3 Star 63 Fork 11

小唐 / 学生宿舍管理系统后端

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
小唐 提交于 2020-03-22 21:22 . 初步完成
{
"name": "dormitory",
"version": "1.0.0",
"description": "",
"private": true,
"egg": {
"declarations": true
},
"dependencies": {
"await-stream-ready": "^1.0.1",
"base64-url": "^2.3.3",
"egg": "^2.26.0",
"egg-cors": "^2.2.3",
"egg-mongoose": "^3.2.0",
"egg-scripts": "^2.12.0",
"md5": "^2.2.1",
"moment": "^2.24.0",
"node-xlsx": "^0.15.0",
"stream-wormhole": "^1.1.0",
"xlsx": "^0.15.5"
},
"devDependencies": {
"autod": "^3.0.1",
"autod-egg": "^1.1.0",
"egg-bin": "^4.14.0",
"egg-ci": "^1.13.1",
"egg-mock": "^3.25.0",
"eslint": "^6.8.0",
"eslint-config-egg": "^8.0.0"
},
"engines": {
"node": ">=10.0.0"
},
"scripts": {
"start": "egg-scripts start --daemon --title=egg-server-dormitory",
"stop": "egg-scripts stop --title=egg-server-dormitory",
"dev": "egg-bin dev",
"debug": "egg-bin debug",
"test": "npm run lint -- --fix && npm run test-local",
"test-local": "egg-bin test",
"cov": "egg-bin cov",
"lint": "eslint .",
"ci": "npm run lint && npm run cov",
"autod": "autod"
},
"ci": {
"version": "10"
},
"repository": {
"type": "git",
"url": ""
},
"author": "",
"license": "MIT"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/tym98/graduation_backend.git
git@gitee.com:tym98/graduation_backend.git
tym98
graduation_backend
学生宿舍管理系统后端
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891