-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 875 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
{
"name": "dcf",
"version": "0.1.14",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": "[email protected]:tdzl2003/dcf.git",
"license": "MIT",
"bin": {
"dcf-shell": "lib/cli/index.js"
},
"scripts": {
"start": "cross-env NODE_NO_WARNINGS=1 DCF_PROGRESS=0 DEBUG=\"dcf:master,dcf:worker:*\" ts-node src/cli/index.ts",
"ts-node": "cross-env NODE_NO_WARNINGS=1 DEBUG=\"dcf:master,dcf:worker:*\" ts-node",
"build": "tsc",
"prepare": "npm run build"
},
"devDependencies": {
"ts-node": "^7.0.1",
"tslint": "^5.10.0",
"typescript": "^2.9.2"
},
"dependencies": {
"@types/node": "^10.7.0",
"@types/progress": "^2.0.1",
"cross-env": "^5.2.0",
"debug": "^3.1.0",
"fs-promise": "^2.0.3",
"progress": "^2.0.0",
"supports-color": "^5.5.0",
"tslib": "^1.9.3",
"xxhash": "^0.2.4"
}
}