forked from a597873885/webfunny_monitor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.77 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.77 KB
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
58
59
60
61
62
63
64
65
66
{
"name": "webfunny_monitor",
"version": "1.0.0",
"description": "这是webmonitor对应的后台",
"main": "app.js",
"scripts": {
"prd": "pm2 stop webfunny | node config_db_local.js && node config.js && pm2 start bin/webfunny.js && pm2 log webfunny",
"prd_restart": "pm2 restart webfunny && pm2 flush"
},
"repository": {
"type": "git",
"url": "git+https://github.com/a597873885/webfunny_monitor"
},
"author": "jeffery",
"license": "ISC",
"bugs": {
"url": "https://github.com/a597873885/webfunny_monitor/issues"
},
"homepage": "https://github.com/a597873885/webfunny_monitor#readme",
"dependencies": {
"amqplib": "^0.5.3",
"atob": "^2.1.2",
"bcryptjs": "^2.4.3",
"compression": "^1.7.4",
"connect": "^3.7.0",
"crypto": "^1.0.1",
"debug": "^2.6.3",
"geoip-lite": "^1.3.7",
"ip": "^1.1.5",
"jsonwebtoken": "^8.5.1",
"koa": "^2.2.0",
"koa-bodyparser": "^3.2.0",
"koa-convert": "^1.2.0",
"koa-cors": "0.0.16",
"koa-json": "^2.0.2",
"koa-jwt": "^3.3.2",
"koa-logger": "^2.0.1",
"koa-onerror": "^1.2.1",
"koa-router": "^7.1.1",
"koa-static": "^3.0.0",
"koa-views": "^5.2.1",
"koa-websocket": "^6.0.0",
"koa2-cors": "^2.0.6",
"log4js": "^3.0.6",
"lz-string": "^1.4.4",
"mysql": "^2.15.0",
"mysql2": "^1.5.3",
"node-fetch": "^2.2.0",
"node-uuid": "^1.4.8",
"nodemailer": "^6.2.1",
"pug": "^2.0.0-rc.1",
"sequelize": "^5.19.6",
"serve-static": "^1.14.1",
"source-map": "^0.5.6",
"util": "^0.11.0",
"webfunny-monitor": "^1.1.6"
},
"devDependencies": {
"child_process": "^1.0.2",
"fs": "0.0.1-security",
"nodemon": "^1.8.1",
"single-line-log": "^1.1.2",
"uglify-js": "^3.6.0",
"util": "^0.11.0"
}
}