-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.5 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
48
49
50
51
52
53
54
55
56
57
{
"name": "welink-devtool",
"version": "0.3.4",
"description": "welink-devtool",
"main": "dist/app.js",
"scripts": {
"build": "node ./build/build.js && tsc",
"start": "ts-node-dev --respawn --transpile-only ./bin/app.dev.ts",
"version": "npm run build && git add -A dist",
"postversion": "npm publish && git push",
"release:beta": "npm version prerelease",
"release:patch": "npm version patch",
"release:minor": "npm version minor"
},
"bin": {
"welink-devtool": "./bin/app"
},
"keywords": [],
"author": "tianme",
"license": "ISC",
"dependencies": {
"axios": "^0.18.0",
"debug": "^4.1.0",
"koa": "^2.5.3",
"koa-bodyparser": "^4.2.1",
"koa-router": "^7.2.1",
"koa-static": "^4.0.3",
"koa-views": "^6.1.4",
"koa-websocket": "^5.0.1",
"log4js": "^3.0.5",
"mime": "^2.3.1",
"ms": "^2.1.3",
"mz": "^2.7.0",
"nunjucks": "^3.1.3",
"shelljs": "^0.7.8"
},
"devDependencies": {
"@types/debug": "0.0.31",
"@types/koa": "^2.0.46",
"@types/koa-bodyparser": "^5.0.1",
"@types/koa-router": "^7.0.31",
"@types/koa-static": "^4.0.0",
"@types/koa-views": "^2.0.3",
"@types/koa-websocket": "^5.0.2",
"@types/node": "^8.0.47",
"rimraf": "^2.6.2",
"ts-node": "^7.0.1",
"ts-node-dev": "^1.1.6",
"tslint": "^5.11.0",
"tslint-config-airbnb": "^5.11.0",
"typescript": "^4.3.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JD-Smart-FE/welink-devtool.git"
}
}