-
Notifications
You must be signed in to change notification settings - Fork 864
/
package.json
94 lines (94 loc) · 3.22 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "webfunny_monitor_cluster",
"version": "0.0.1",
"description": "这是webfunny_cluster的安装包",
"main": "app.js",
"scripts": {
"bootstrap": "node ./webfunny_init/config.init.js && node ./webfunny_init/alarm.init.js && node ./webfunny_init/interceptor.init.js && node ./webfunny_init/util.cus.js && node ./webfunny_init/sso.init.js",
"publish": "npm run publish_center && npm run publish_monitor && npm run publish_event && npm run publish_logger",
"publish_center": "node publish.js --serverType center",
"publish_monitor": "node publish.js --serverType monitor",
"publish_event": "node publish.js --serverType event",
"publish_logger": "node publish.js --serverType logger",
"publish_single": "node publish_single.js",
"prd": "node ./webfunny_init/initResource.js && pm2 flush && pm2 start webfunny_cluster.js && pm2 log webfunny_cluster",
"prd_test": "node ./webfunny_init/initResource.js && pm2 flush && pm2 start webfunny_cluster_test.js && pm2 log webfunny_cluster_test",
"restart": "pm2 delete webfunny_cluster && pm2 flush && npm run prd",
"restart_test": "pm2 delete webfunny_cluster_test && pm2 flush && npm run prd_test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/a597873885/webfunny_monitor_cluster"
},
"author": "jeffery",
"license": "ISC",
"bugs": {
"url": "https://github.com/a597873885/webfunny_monitor_cluster/issues"
},
"homepage": "https://github.com/a597873885/webfunny_monitor_cluster#readme",
"dependencies": {
"@clickhouse/client": "^0.1.0",
"amqplib": "^0.8.0",
"atob": "^2.1.2",
"bcryptjs": "^2.4.3",
"colors": "^1.4.0",
"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",
"getmac": "^5.20.0",
"ip": "^1.1.5",
"jsonfile": "^6.0.1",
"jsonwebtoken": "^8.5.1",
"koa": "^2.13.4",
"koa-bodyparser": "^4.3.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": "^4.2.0",
"koa-route": "^3.2.0",
"koa-router": "^7.1.1",
"koa-send": "^5.0.1",
"koa-static-cache": "^5.1.4",
"koa-views": "^5.2.1",
"koa-websocket": "^6.0.0",
"koa2-cors": "^2.0.6",
"log4js": "^6.4.4",
"lz-string": "^1.4.4",
"mysql": "^2.15.0",
"mysql2": "^2.1.0",
"node-fetch": "^2.6.7",
"node-ip2region": "^1.0.2",
"node-uuid": "^1.4.8",
"node-xlsx": "^0.21.0",
"nodejs-base64": "^2.0.0",
"nodemailer": "^6.2.1",
"protobufjs": "^7.2.6",
"pug": "^3.0.2",
"sequelize": "^5.19.6",
"serve-static": "^1.14.1",
"source-map": "^0.5.6",
"transliteration": "^2.3.5",
"util": "^0.11.0",
"webfunny-monitor": "^1.2.8",
"webfunny-node-clickhouse": "^1.0.24"
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/node": "^7.22.19",
"@babel/preset-env": "^7.23.8",
"child_process": "^1.0.2",
"copy-dir": "^1.3.0",
"fs": "0.0.1-security",
"nodemon": "^2.0.15",
"single-line-log": "^1.1.2",
"skywalking-backend-js": "^0.7.0",
"uglify-js": "^3.6.0",
"util": "^0.11.0"
}
}