1 Star 0 Fork 0

lspCode/egg-RESTfulAPI

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.31 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "egg-RESTfulAPI",
"version": "1.0.0",
"description": "A optimized Node.js RESTful API Server Template based on egg.js!",
"private": true,
"dependencies": {
"await-stream-ready": "^1.0.1",
"egg": "^2.0.0",
"egg-bcrypt": "^1.0.0",
"egg-cors": "^2.0.0",
"egg-jwt": "^2.2.0",
"egg-mongoose": "^2.1.1",
"egg-scripts": "^2.1.0",
"egg-validate": "^1.0.0",
"image-downloader": "^3.3.0",
"mocha": "^4.0.1",
"moment": "^2.20.1",
"stream-to-array": "^2.3.0",
"stream-wormhole": "^1.0.3"
},
"devDependencies": {
"autod": "^3.0.1",
"autod-egg": "^1.0.0",
"egg-bin": "^4.3.5",
"egg-ci": "^1.8.0",
"egg-mock": "^3.13.0",
"eslint": "^4.11.0",
"eslint-config-egg": "^5.1.0",
"webstorm-disable-index": "^1.2.0"
},
"engines": {
"node": ">=8.9.0"
},
"scripts": {
"start": "egg-scripts start --daemon",
"stop": "egg-scripts stop",
"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": "8"
},
"repository": {
"type": "git",
"url": ""
},
"author": "lpx@4-m.cn",
"license": "MIT"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lspCode/egg-RESTfulAPI.git
git@gitee.com:lspCode/egg-RESTfulAPI.git
lspCode
egg-RESTfulAPI
egg-RESTfulAPI
master

搜索帮助