1 Star 0 Fork 0

李世琅/wishserver

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 670 Bytes
一键复制 编辑 原始数据 按行查看 历史
李世琅 提交于 2021-08-03 17:00 . 许愿墙和后台管理的服务程序
{
"name": "wishadmin",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/wishwill",
"production": "pm2 start ./bin/wishwill",
"list": "pm2 list ./bin/wishwill",
"stop": "pm2 stop ./bin/wishwill",
"reset": "pm2 restart all"
},
"dependencies": {
"async": "^3.2.0",
"body-parser": "^1.19.0",
"cookie-parser": "~1.4.4",
"dateformat": "^4.5.1",
"debug": "~2.6.9",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"jade": "~1.11.0",
"jsonwebtoken": "^8.5.1",
"morgan": "~1.9.1",
"mysql2": "^2.2.5",
"nodemon": "^2.0.12",
"pm2": "^5.1.0",
"sequelize": "^6.6.5"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/lslhhh/wishserver.git
git@gitee.com:lslhhh/wishserver.git
lslhhh
wishserver
wishserver
master

搜索帮助