-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
37 lines (37 loc) · 904 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
36
37
{
"name": "monitor",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "nodemon bin/dywww",
"dev": "./node_modules/.bin/nodemon bin/dywww",
"prd": "pm2 start bin/dywww",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"axios": "^0.19.2",
"axios-jsonp": "^1.0.4",
"cheerio": "^1.0.0-rc.3",
"dayjs": "^1.8.25",
"debug": "^4.1.1",
"dingtalk-robot-sender": "^1.2.0",
"ejs": "~2.3.3",
"iconv-lite": "^0.5.1",
"jquery": "^3.5.0",
"jsonp": "^0.2.1",
"koa": "^2.7.0",
"koa-bodyparser": "^4.2.1",
"koa-convert": "^1.2.0",
"koa-json": "^2.0.2",
"koa-logger": "^3.2.0",
"koa-onerror": "^4.1.0",
"koa-router": "^7.4.0",
"koa-static": "^5.0.0",
"koa-views": "^6.2.0",
"mysql": "^2.18.1",
"superagent": "^5.2.2"
},
"devDependencies": {
"nodemon": "^1.19.1"
}
}