1 Star 0 Fork 62

CharlesSong / webfunny_monitor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.26 KB
一键复制 编辑 原始数据 按行查看 历史
一步一个脚印一个坑 提交于 2022-03-11 17:26 . 修复建表问题
{
"name": "webfunny_monitor",
"version": "3.0.42",
"description": "这是webfunny的安装包",
"main": "app.js",
"scripts": {
"init": "node config_bin_init.js",
"bootstrap": "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"
},
"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",
"getmac": "^5.20.0",
"ip": "^1.1.5",
"jsonwebtoken": "^8.5.1",
"koa": "^2.13.4",
"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-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",
"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"
}
}
JavaScript
1
https://gitee.com/charlessong/webfunny_monitor.git
git@gitee.com:charlessong/webfunny_monitor.git
charlessong
webfunny_monitor
webfunny_monitor
master

搜索帮助