-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.11 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": "boot-template-cli",
"version": "0.0.18",
"description": "Creates a React & VUE application using the command line.",
"main": "index.js",
"scripts": {
"prepublishOnly": "np --no-cleanup --yolo --no-publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/weiq/boot-template-cli.git"
},
"keywords": [],
"author": "weiq <6682220aabc@163.com> (https://github.com/weiq)",
"license": "MIT",
"files": [
"cli.js",
"index.js",
"lib"
],
"bin": {
"create-template": "cli.js"
},
"bugs": {
"url": "https://github.com/weiq/boot-template-cli/issues"
},
"homepage": "https://github.com/weiq/boot-template-cli#readme",
"dependencies": {
"chalk": "^4.1.0",
"clipboardy": "^2.3.0",
"fs-extra": "^9.0.1",
"glob": "^7.1.6",
"inquirer": "^7.3.2",
"mkdirp": "^1.0.4",
"node-fetch": "^2.6.0",
"prettier": "^2.0.5",
"semver": "^7.3.5",
"sort-package-json": "^1.44.0",
"yargs-parser": "^18.1.3",
"yeoman-environment": "^2.10.3",
"yeoman-generator": "^4.11.0"
},
"devDependencies": {
"np": "^6.3.1"
}
}