-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1019 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
{
"name": "@front-base/cli",
"version": "1.0.3-beta.2",
"description": "常见前端脚手架",
"private": false,
"main": "./src/index.js",
"bin": {
"front-cli": "./src/index.js"
},
"scripts": {
"publish": "npm publish",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cli",
"front",
"cli-tool",
"脚手架"
],
"author": "JIAOXIAOYUAN",
"license": "MIT",
"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": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}