-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 805 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 805 Bytes
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
{
"name": "cli-template-demo",
"version": "1.0.4",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"cli": "index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/developerQiu/jack-cli.git"
},
"keywords": [
"cli",
"template",
"sdk",
"js",
"nodejs"
],
"author": "charlesqiu",
"license": "ISC",
"dependencies": {
"axios": "^0.21.1",
"chalk": "^4.1.0",
"commander": "^7.1.0",
"cowsay2": "^2.0.4",
"download-git-repo": "^3.0.2",
"inquirer": "^8.0.0",
"log-symbols": "^4.0.0",
"moment": "^2.29.1",
"node-notifier": "^9.0.1",
"ora": "^5.3.0",
"semver": "^7.3.4",
"shelljs": "^0.8.4",
"table": "^6.0.7"
}
}