-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
80 lines (80 loc) · 2.44 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
78
79
80
{
"name": "webfunny_event",
"version": "1.3.18",
"description": "这是webfunny_event的安装包",
"main": "app.js",
"scripts": {
"bootstrap": "node config_bin_init.js",
"slave": "node config_db_local.js && pm2 start config/webfunny_event_slave.js && pm2 log webfunny_event_slave",
"reslave": "pm2 stop slave | pm2 delete slave | npm run slave",
"prd": "node config_db_local.js && node config.js && pm2 flush && pm2 start config/webfunny_event.js && pm2 log webfunny_event",
"restart": "pm2 flush && pm2 stop webfunny_event | pm2 delete webfunny_event | npm run prd",
"prd_restart": "pm2 restart webfunny_event && 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.8.0",
"atob": "^2.1.2",
"bcryptjs": "^2.4.3",
"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",
"jsonfile": "^6.0.1",
"jsonwebtoken": "^8.5.1",
"getmac": "^5.20.0",
"koa": "^2.2.0",
"koa-bodyparser": "^3.2.0",
"koa-compress": "^5.1.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-route": "^3.2.0",
"koa-router": "^7.1.1",
"koa-static": "^5.0.0",
"koa-static-cache": "^5.1.4",
"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",
"node-xlsx": "^0.21.0",
"nodemailer": "^6.2.1",
"pug": "^2.0.0-rc.1",
"sequelize": "^5.19.6",
"serve-static": "^1.14.1",
"source-map": "^0.5.6",
"transliteration": "^2.2.0",
"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"
}
}