forked from biotope/biotope
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.08 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
47
{
"name": "biotope",
"version": "1.1.7",
"license": "MIT",
"bin": {
"biotope": "./lib/index.js"
},
"scripts": {
"release": "np --no-yarn",
"prepare": "npm run build",
"start": "tsc --watch",
"build": "tsc",
"labels": "github-label-sync biotope/biotope -l .github/labels.cfg.json",
"test": "mocha integration/integration.spec.js",
"docs": "docsify serve ./docs"
},
"dependencies": {
"@biotope/generator": "2.7.0",
"boxen": "2.1.0",
"commander": "2.20.0",
"git-clone": "0.1.0",
"inquirer": "6.5.0",
"node-fetch": "2.3.0",
"np": "^5.0.3",
"npm": "6.10.0"
},
"devDependencies": {
"@types/node": "12.0.10",
"@types/npm": "2.0.29",
"github-label-sync": "^1.3.0",
"chai": "^4.2.0",
"chai-fs": "^2.0.0",
"concat-stream": "^2.0.0",
"cross-spawn": "^6.0.5",
"mocha": "^6.2.0",
"rimraf": "^2.6.3",
"docsify-cli": "^4.3.0",
"typescript": "3.5.3"
},
"repository": {
"type": "git",
"url": "https://github.com/biotope/biotope.git"
},
"publishConfig": {
"access": "public"
}
}