加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.00 KB
一键复制 编辑 原始数据 按行查看 历史
China-quanda 提交于 2023-03-19 19:39 . fenxiao
{
"name": "egg-test",
"version": "1.0.0",
"description": "egg-test",
"private": true,
"egg": {
"declarations": true
},
"dependencies": {
"egg": "^3",
"egg-scripts": "^2",
"egg-sequelize": "^6.0.0",
"mysql2": "^3.2.0"
},
"devDependencies": {
"egg-bin": "^5",
"egg-ci": "^2",
"egg-mock": "^5",
"eslint": "^8",
"eslint-config-egg": "^12",
"sequelize-cli": "^6.6.0"
},
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"start": "egg-scripts start --daemon --title=egg-server-egg-test",
"stop": "egg-scripts stop --title=egg-server-egg-test",
"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"
},
"ci": {
"version": "16, 18",
"type": "github"
},
"repository": {
"type": "git",
"url": ""
},
"author": "李泉达",
"license": "MIT"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化