-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 889 Bytes
/
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
{
"name": "summer-cli",
"version": "0.2.1",
"description": "cli tool",
"scripts": {
"compile": "./node_modules/.bin/babel src --out-dir bin"
},
"bin": {
"summer-cli": "./bin/cmd",
"sc": "./bin/cmd"
},
"repository": {
"type": "git",
"url": "https://github.com/Xiaolong96/summer-cli"
},
"keywords": [
"cli",
"summer-cli"
],
"engines": {
"node": ">=8.0"
},
"author": "xiongxiaolong",
"license": "ISC",
"dependencies": {
"axios": "^0.19.2",
"chalk": "^4.1.0",
"commander": "^6.0.0",
"debug": "^4.1.1",
"download-git-repo": "^3.0.2",
"fs-extra": "^9.0.1",
"inquirer": "^7.3.2",
"log-symbols": "^4.0.0",
"ora": "^4.0.5",
"semver": "^7.3.2"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"eslint": "^7.5.0"
}
}