-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1013 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
{
"name": "awesome-test-cli",
"version": "1.0.0",
"description": "yafei的第一个脚手架",
"main": "index.js",
"bin": {
"awesome-test": "bin/main.js"
},
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/feidudu1/awesome-test-cli.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/feidudu1/awesome-test-cli/issues"
},
"homepage": "https://github.com/feidudu1/awesome-test-cli#readme",
"dependencies": {
"chalk": "^4.1.0",
"commander": "^5.1.0",
"download-git-repo": "^2.0.0",
"execa": "^2.0.4",
"fs-extra": "^8.1.0",
"inquirer": "^6.5.1",
"lru-cache": "^5.1.1",
"minimist": "^1.2.5",
"nunjucks": "^3.2.0",
"ora": "3.4.0",
"semver": "^6.3.0",
"string.prototype.padstart": "^3.0.0",
"valid-filename": "^3.1.0",
"validate-npm-package-name": "^3.0.0"
}
}