forked from a597873885/webfunny_monitor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (74 loc) · 2.2 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "webfunny_monitor",
"version": "2.7.3",
"description": "这是webfunny的安装包",
"main": "app.js",
"scripts": {
"init": "node config_bin_init.js",
"slave": "node config_db_local.js && pm2 start bin/slave.js && pm2 log slave",
"reslave": "pm2 stop slave | pm2 delete slave | npm run slave",
"prd": "node config_db_local.js && node config.js && pm2 flush && pm2 start bin/webfunny.js && pm2 log webfunny",
"restart": "pm2 flush && pm2 stop webfunny | pm2 delete webfunny | npm run prd",
"prd_restart": "pm2 restart webfunny && pm2 flush",
"table_config": "node table_config.js 2 && npm run table_create",
"table_create": "table_create_command"
},
"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",
"formidable": "^1.2.2",
"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": "^2.1.0",
"node-fetch": "^2.2.0",
"node-ip2region": "^1.0.2",
"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"
}
}