1 Star 1 Fork 1

Xiaobai/WUDI-egg后台

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
DESKTOP-6PS2T50\User 提交于 2023-01-30 14:44 . 整体框架
{
"name": "app",
"version": "1.0.0",
"description": "",
"private": true,
"egg": {
"declarations": true
},
"dependencies": {
"egg": "^2",
"egg-cors": "^2.2.3",
"egg-jwt": "^3.1.7",
"egg-mysql": "^3.1.1",
"egg-scripts": "^2",
"egg-view-nunjucks": "^2.3.0"
},
"devDependencies": {
"autod": "^3",
"autod-egg": "^1",
"egg-bin": "^4",
"egg-ci": "^2",
"egg-mock": "^4",
"eslint": "^8",
"eslint-config-egg": "^12"
},
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"start": "egg-scripts start --daemon --title=egg-server-app",
"stop": "egg-scripts stop --title=egg-server-app",
"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": "16",
"type": "github"
},
"repository": {
"type": "git",
"url": ""
},
"author": "",
"license": "MIT"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/lu147721/wudi-egg-background.git
git@gitee.com:lu147721/wudi-egg-background.git
lu147721
wudi-egg-background
WUDI-egg后台
master

搜索帮助