-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 738 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 738 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
{
"name": "@xing.wu/cli",
"version": "1.0.1",
"author": "xing.wu<329106954@qq.com>",
"description": "wx的cli工具",
"main": ".src/index.js",
"license": "ISC",
"bin": {
"xingwu": "./src/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"chalk": "^4.1.0",
"commander": "^8.3.0",
"download-git-repo": "^3.0.2",
"figlet": "^1.5.2",
"fs-extra": "^9.1.0",
"inquirer": "^8.2.0",
"lodash": "^4.17.21",
"log-symbols": "^5.0.0",
"ora": "5",
"os": "^0.1.2",
"path": "^0.12.7",
"shelljs": "^0.8.4",
"validate-npm-package-name": "^3.0.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}