-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·54 lines (54 loc) · 1.02 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
52
53
54
{
"name": "zax-cli",
"innerModule": false,
"needBuild": false,
"version": "1.0.8",
"description": "dsp team cli tools",
"main": "./bin/zax",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "node ./build/scripts/release"
},
"bin": {
"zax": "./bin/zax"
},
"engines": {
"node": ">=8.0.0"
},
"keywords": [
"package"
],
"files": [
"bin/*",
"build/*",
"cmd/*",
"libs/*",
"scripts/*",
"types/*"
],
"dependencies": {
"async": "^2.6.2",
"chalk": "^2.4.2",
"commander": "^2.18.0",
"done-rainbow": "0.0.1",
"download-git-repo": "^1.1.0",
"fs-extra": "^7.0.0",
"glob": "^7.1.3",
"inquirer": "^6.2.0",
"js-beautify": "^1.8.6",
"klaw-sync": "^6.0.0",
"node-notifier": "^5.2.1",
"ora": "^3.0.0",
"request": "^2.88.0",
"ssh2": "^0.8.5",
"zax-date": "^1.1.5"
},
"repository": {
"type": "git",
"url": "https://github.com/jsonchou/zax-cli.git"
},
"homepage": "https://github.com/jsonchou/zax-cli",
"author": "jsonchou",
"license": "MIT",
"private": false
}