1 Star 0 Fork 0

morganYu/todoback

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 866 Bytes
一键复制 编辑 原始数据 按行查看 历史
morganYu 提交于 2021-12-29 09:42 . todoback
{
"name": "todoback",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node bin/www",
"dev": "./node_modules/.bin/nodemon bin/www",
"prd": "pm2 start pm2.config.json",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"debug": "^4.1.1",
"koa": "^2.7.0",
"koa-bodyparser": "^4.2.1",
"koa-convert": "^1.2.0",
"koa-json": "^2.0.2",
"koa-logger": "^3.2.0",
"koa-onerror": "^4.1.0",
"koa-router": "^7.4.0",
"koa-static": "^5.0.0",
"koa-views": "^6.2.0",
"koa2-cors": "^2.0.6",
"mysql": "^2.18.1",
"pug": "^2.0.3",
"redis": "^3.1.2"
},
"devDependencies": {
"nodemon": "^1.19.1"
},
"author": "",
"license": "ISC"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/morganYu/todoback.git
git@gitee.com:morganYu/todoback.git
morganYu
todoback
todoback
master

搜索帮助