1 Star 3 Fork 0

后知后觉/api-server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 838 Bytes
一键复制 编辑 原始数据 按行查看 历史
后知后觉 提交于 2019-06-21 16:03 . 【change】return
{
"name": "api-server",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"dev": "NODE_ENV=development nodemon app",
"server": "NODE_ENV=production nodemon app",
"deploy": "NODE_ENV=production pm2 startOrRestart ecosystem.json",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bluebird": "^3.5.1",
"glob": "^7.1.2",
"jsonwebtoken": "^8.3.0",
"koa": "^2.5.1",
"koa-body": "^4.0.4",
"koa-compress": "^3.0.0",
"koa-cors": "^0.0.16",
"koa-morgan": "^1.0.1",
"koa-multer": "^1.0.2",
"koa-router": "^7.4.0",
"koa-static": "^5.0.0",
"moment": "^2.22.2",
"mongoose": "^5.1.7",
"nodemon": "^1.17.5",
"redis": "^2.8.0",
"tinify": "^1.6.0-beta.2"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Hhouzhihoujue/api-server.git
git@gitee.com:Hhouzhihoujue/api-server.git
Hhouzhihoujue
api-server
api-server
master

搜索帮助