-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.24 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.24 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
46
47
48
49
50
51
52
53
54
55
{
"name": "create-vuereact-app",
"version": "1.0.2",
"description": "A CLI tool for Vue and React",
"bin": {
"cookie-cli": "bin/cookie-cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cookiepool/cookie-cli.git"
},
"keywords": [
"cli",
"vue cli",
"react cli"
],
"author": "cookiepool",
"license": "MIT",
"bugs": {
"url": "https://github.com/cookiepool/cookie-cli/issues"
},
"homepage": "https://github.com/cookiepool/cookie-cli#readme",
"engines": {
"node": ">=12"
},
"dependencies": {
"chalk": "^4.1.0",
"commander": "^6.2.0",
"deepmerge": "^4.2.2",
"ejs": "^3.1.6",
"execa": "^5.0.0",
"fs-extra": "^9.1.0",
"globby": "^11.0.3",
"inquirer": "^8.0.0",
"isbinaryfile": "^4.0.6",
"javascript-stringify": "^2.1.0",
"minimist": "^1.2.5",
"semver": "^7.3.2",
"slash": "^3.0.0",
"validate-npm-package-name": "^3.0.0",
"vue-codemod": "0.0.5"
},
"devDependencies": {
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.19.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}