-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.43 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": "application-name",
"version": "0.0.1",
"scripts": {
"start": "node server.js",
"server": "node server.js",
"tsc": "tsc",
"prestart": "tsc",
"test": "node test.js",
"pretest": "tsc"
},
"dependencies": {
"@types/joi": "^10.3.0",
"aliyun-oss-upload-stream": "^1.3.0",
"aliyun-sdk": "^1.9.22",
"aria2": "^3.0.0",
"async-busboy": "^0.4.0",
"axios": "^0.16.1",
"bluebird": "^3.5.0",
"dotenv": "^4.0.0",
"fs-extra-promise": "^1.0.1",
"inversify": "^3.3.0",
"iridium": "^7.1.6",
"joi": "^10.4.1",
"koa": "^2.0.0",
"koa-bodyparser": "^4.2.0",
"koa-hbs": "next",
"koa-log4": "^2.1.0",
"koa-router": "^7.0.1",
"mime": "^1.3.4",
"tmp": "0.0.31",
"uuid": "^3.0.1",
"vercomp": "^1.0.2"
},
"devDependencies": {
"@types/bluebird": "^3.5.0",
"@types/busboy": "^0.2.3",
"@types/fs-extra-promise": "^0.0.32",
"@types/isomorphic-fetch": "0.0.34",
"@types/koa": "^2.0.37",
"@types/koa-bodyparser": "^3.0.22",
"@types/koa-router": "^7.0.22",
"@types/lodash": "^4.14.63",
"@types/log4js": "0.0.32",
"@types/node": "^7.0.13",
"@types/pluralize": "0.0.27",
"@types/tmp": "0.0.32",
"@types/uuid": "^2.0.29",
"@types/xmldoc": "^0.5.0",
"isomorphic-fetch": "latest",
"lodash": "latest",
"nodemon": "^1.11.0",
"tslint": "^5.1.0",
"typescript": "^2.3.4",
"xmldoc": "^1.0.0"
}
}