-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.2 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.2 KB
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
{
"name": "wb-fe-cli",
"version": "0.0.5",
"description": "a react project cli, help you create a react project with webpack or parcel quickly",
"main": "index.js",
"scripts": {
"patch": "npm version patch",
"minor": "npm version minor",
"mmajor": "npm version mmajor",
"preminor": "npm version preminor"
},
"bin": {
"wb-cli": "index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BoWangBlog/wb-fe-cli.git"
},
"dependencies": {
"boxen": "^5.1.2",
"chalk": "^4.1.2",
"commander": "^9.1.0",
"consolidate": "^0.16.0",
"cross-spawn": "^7.0.3",
"download-git-repo": "^3.0.2",
"ejs": "^3.1.6",
"fs-extra": "^10.0.1",
"inquirer": "^8.2.1",
"metalsmith": "^2.4.2",
"ora": "^5.4.1",
"figlet": "^1.5.2",
"semver": "^7.3.5",
"shelljs": "^0.8.5"
},
"keywords": [
"react",
"cli"
],
"author": "bo.wang",
"license": "ISC",
"bugs": {
"url": "https://github.com/BoWangBlog/wb-fe-cli/issues"
},
"homepage": "https://github.com/BoWangBlog/wb-fe-cli#readme"
}