-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 868 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
{
"name": "@wuxingtao/config-cli",
"version": "1.0.2",
"description": "personal configuration with cli",
"main": "index.js",
"bin": {
"config": "./bin/cli.js"
},
"scripts": {
"publish": "npm --registry http://registry.npmjs.org publish --access public",
"publishOld": "git push --tags && git push && npm publish && npm install -g @wuxingtao/config-cli"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"repository": "[email protected]:wuxingtao/config-cli.git",
"author": "wuxingtao <[email protected]>",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.0",
"commander": "^7.2.0",
"handlebars": "^4.7.7",
"inquirer": "^8.0.0",
"mem-fs": "^1.2.0",
"mem-fs-editor": "^8.0.0",
"ncp": "^2.0.0",
"ora": "^5.4.0",
"recursive-readdir": "^2.2.2",
"shelljs": "^0.8.4"
}
}