1 Star 0 Fork 2

bigfish-blog/node_egg

forked from wang/node_egg 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.55 KB
一键复制 编辑 原始数据 按行查看 历史
wang 提交于 2020-08-12 11:32 . no commit message
{
"name": "app_egg",
"version": "1.0.0",
"description": "",
"private": true,
"egg": {
"typescript": true,
"declarations": true
},
"scripts": {
"start": "egg-scripts start --daemon --title=egg-server-app_egg",
"stop": "egg-scripts stop --title=egg-server-app_egg",
"dev": "egg-bin dev --port=3001",
"debug": "egg-bin debug",
"test-local": "egg-bin test",
"test": "npm run lint -- --fix && npm run test-local",
"cov": "egg-bin cov",
"tsc": "ets && tsc -p tsconfig.json",
"ci": "npm run lint && npm run cov && npm run tsc",
"autod": "autod",
"lint": "eslint . --ext .ts",
"clean": "ets clean"
},
"dependencies": {
"alphabetjs": "^0.1.4",
"chalk": "^4.1.0",
"colors": "^1.4.0",
"egg": "^2.6.1",
"egg-cors": "^2.2.3",
"egg-joi": "^1.0.7",
"egg-jwt": "^3.1.7",
"egg-mysql": "^3.0.0",
"egg-scripts": "^2.6.0",
"egg-shell-decorators": "^1.0.7",
"egg-swagger-doc": "^2.3.2",
"egg-validate": "^2.0.2"
},
"devDependencies": {
"@types/mocha": "^2.2.40",
"@types/node": "^7.0.12",
"@types/supertest": "^2.0.0",
"autod": "^3.0.1",
"autod-egg": "^1.1.0",
"egg-ci": "^1.8.0",
"egg-bin": "^4.11.0",
"egg-mock": "^3.16.0",
"tslib": "^1.9.0",
"eslint": "^6.7.2",
"eslint-config-egg": "^8.0.0",
"typescript": "^3.0.0"
},
"engines": {
"node": ">=8.9.0"
},
"ci": {
"version": "8"
},
"repository": {
"type": "git",
"url": ""
},
"eslintIgnore": [
"coverage"
],
"author": "",
"license": "MIT"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/bigfish-blog/node_egg.git
git@gitee.com:bigfish-blog/node_egg.git
bigfish-blog
node_egg
node_egg
master

搜索帮助