-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (34 loc) · 980 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
{
"name": "midway_dep_monitor",
"description": "a lib to monitor fork lib for midway",
"version": "1.0.0",
"devDependencies": {
"@types/koa-bodyparser": "4.3.10",
"@types/koa-session": "6.4.5",
"extend2": "1.0.1",
"koa-session": "6.4.0",
"uuid": "9.0.0",
"egg-multipart": "2.13.1",
"egg-view": "2.1.3",
"egg-view-ejs": "3.0.0",
"egg-view-nunjucks": "2.3.0",
"egg-security": "2.9.0",
"egg-static": "2.2.0",
"egg-onerror": "2.4.0",
"koa-onerror": "4.2.0",
"camelcase": "7.0.0",
"koa-passport": "5.0.0",
"cookies": "0.8.0",
"file-stream-rotator": "0.6.1",
"winston-daily-rotate-file": "4.7.1",
"flatted": "3.2.7",
"@socket.io/sticky": "1.0.2",
"promise-coalesce": "1.1.2",
"cache-manager": "5.3.2"
},
"scripts": {
"test": "",
"cov": ""
},
"license": "MIT"
}