-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 882 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
{
"name": "create-choo-zeit",
"description": "Create a fresh choo application",
"repository": "shotlom/create-choo-zeit",
"version": "1.10.3",
"bin": {
"create-choo-zeit": "./bin.js"
},
"scripts": {
"deps": "dependency-check . && dependency-check . -i ./bin.js --extra --no-dev",
"start": "node .",
"test": "standard && npm run deps && npm run test-fast",
"test-fast": "rm -rf tmp && ./bin.js tmp test"
},
"dependencies": {
"ansi-escape-sequences": "^5.1.2",
"async-collection": "^1.0.1",
"dedent": "^0.7.0",
"fs-extra": "^8.1.0",
"inquirer": "^7.0.1",
"minimist": "^1.2.8",
"mkdirp": "^0.5.1",
"pump": "^3.0.0",
"rimraf": "^3.0.0"
},
"devDependencies": {
"dependency-check": "^4.1.0",
"standard": "^14.3.1"
},
"keywords": [
"generate",
"choo",
"create"
],
"license": "MIT"
}