-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 963 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
44
{
"name": "frontend-cli-shui",
"version": "0.1.10",
"description": "react 前端脚手架",
"main": "index.js",
"scripts": {
"release": "node scripts/release.js"
},
"bin": {
"fe-cli": "bin/index.js"
},
"keywords": [
"frontend",
"cli",
"脚手架"
],
"repository": {
"type": "git",
"url": "https://github.com/ashuihui/frontend-cli.git"
},
"author": "linshuihui",
"license": "MIT",
"bugs": {
"url": "https://github.com/ashuihui/frontend-cli/issues"
},
"homepage": "https://github.com/ashuihui/frontend-cli#readme",
"engines": {
"node": ">=8.0.0"
},
"dependencies": {
"chalk": "^4.0.0",
"commander": "^5.1.0",
"download-git-repo": "^3.0.2",
"handlebars": "^4.7.6",
"inquirer": "^7.1.0",
"log-symbols": "^4.0.0",
"ora": "^4.0.4",
"semver": "^7.3.2",
"validate-npm-package-name": "^3.0.0"
},
"devDependencies": {
"standard-version": "^8.0.0"
}
}