generated from actionsflow/actionsflow-workflow-default
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 1.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "actionsflow-workflow-default",
"private": true,
"description": "A simple workflow to get up and build quickly with Actionsflow",
"version": "1.0.0",
"author": "Owen Young <theowenyoung@gmail.com>",
"devDependencies": {
"actionsflow": "^1.12.0"
},
"keywords": [
"actionsflow",
"workflow"
],
"license": "0BSD",
"scripts": {
"build": "actionsflow build",
"start": "actionsflow start",
"watch": "actionsflow start -w",
"act": "act --workflows ./dist/workflows --secret-file ./dist/.secrets --eventpath ./dist/event.json --env-file ./dist/.env -P ubuntu-latest=actionsflow/act-environment:v1 -P ubuntu-18.04=actionsflow/act-environment:v1",
"clean": "actionsflow clean",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/actionsflow/actionsflow-workflow-default"
},
"bugs": {
"url": "https://github.com/actionsflow/actionsflow-workflow-default/issues"
},
"dependencies": {
"ethers": "5.7.2"
}
}