-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
51 lines (51 loc) · 1.24 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "wflow",
"version": "0.0.9",
"description": "Run GitHub Actions locally",
"main": "runner.js",
"bin": {
"wflow": "./cli/bin/run"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jeff Loiselle",
"license": "MIT",
"dependencies": {
"async-git": "^1.6.1",
"axios": "^0.19.0",
"body-parser": "^1.19.0",
"connect-history-api-fallback": "^1.6.0",
"cors": "^2.8.5",
"dotenv": "^8.1.0",
"execa": "^2.0.4",
"express": "^4.17.1",
"file-exists": "^5.0.1",
"find-free-ports": "^1.1.0",
"internal-ip": "^4.3.0",
"js-yaml": "^3.13.1",
"lodash": "^4.17.15",
"mustache": "^3.1.0",
"nedb": "^1.8.0",
"nedb-promises": "^4.0.0",
"open": "^6.4.0",
"rimraf": "^3.0.0",
"searchhash": "^1.0.26",
"signale": "^1.4.0",
"socket.io": "^2.2.0",
"socket.io-client": "^2.2.0",
"syslog-client": "^1.1.1",
"syslog-server": "^1.0.1",
"temp-dir": "^2.0.0",
"websocketdjs": "0.0.2",
"yargs": "^14.0.0",
"@oclif/command": "^1",
"@oclif/config": "^1",
"@oclif/plugin-help": "^2",
"which": "^1.3.1",
"antd": "^3.23.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-scripts": "3.1.1"
}
}