1 Star 0 Fork 62

qyhqiu / webfunny_monitor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 3.54 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "webfunny_monitor",
"version": "3.1.6",
"description": "这是webfunny的安装包",
"main": "app.js",
"scripts": {
"bootstrap": "node center/config_bin_init.js && node event/config_bin_init.js && node monitor/config_bin_init.js",
"center": "node center/config_db_local.js && node center/config.js && pm2 flush && pm2 start center/config/webfunny_center.js",
"event": "node event/config_db_local.js && node event/config.js && pm2 flush && pm2 start event/config/webfunny_event.js",
"monitor": "node monitor/config_db_local.js && node monitor/config.js && pm2 flush && pm2 start monitor/config/webfunny_monitor.js",
"prd": "npm run center && npm run event && npm run monitor && pm2 log",
"stop": "pm2 stop webfunny_center webfunny_event webfunny_monitor",
"delete": "pm2 delete webfunny_center webfunny_event webfunny_monitor",
"restart": "npm run stop && npm run delete && npm run prd",
"event_prd": "npm run center && npm run event && pm2 log",
"event_stop": "pm2 stop webfunny_center webfunny_event",
"event_delete": "pm2 delete webfunny_center webfunny_event",
"event_restart": "npm run event_stop && npm run event_delete && npm run event_prd",
"monitor_prd": "npm run center && npm run monitor && pm2 log",
"monitor_stop": "pm2 stop webfunny_center webfunny_monitor",
"monitor_delete": "pm2 delete webfunny_center webfunny_monitor",
"monitor_restart": "npm run monitor_stop && npm run monitor_delete && npm run monitor_prd",
"event_slave": "node event/config_db_local.js && node event/config.js && pm2 flush && pm2 start event/config/webfunny_event_slave.js && pm2 log",
"monitor_slave": "node monitor/config_db_local.js && node monitor/config.js && pm2 flush && pm2 start monitor/config/webfunny_monitor_slave.js && pm2 log"
},
"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",
"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",
"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"
},
"devDependencies": {
"child_process": "^1.0.2",
"fs": "0.0.1-security",
"nodemon": "^2.0.15",
"single-line-log": "^1.1.2",
"uglify-js": "^3.6.0",
"util": "^0.11.0"
}
}
JavaScript
1
https://gitee.com/qiuyaohong/webfunny_monitor.git
git@gitee.com:qiuyaohong/webfunny_monitor.git
qiuyaohong
webfunny_monitor
webfunny_monitor
master

搜索帮助