2 Star 0 Fork 0

ouyangdan/nodejs-auto-test

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.69 KB
一键复制 编辑 原始数据 按行查看 历史
ouyangdan 提交于 2021-11-10 15:47 . fix 进程名
{
"name": "@ouyangdan/nodejs-api-demo",
"version": "0.0.8",
"description": "nodejs后端基础框架",
"author": "ouyangdan",
"egg": {
"declarations": true
},
"scripts": {
"start": "egg-scripts start --daemon --title=egg-server-nodejs-auto-test --ignore-stderr --env=dev",
"stop": "egg-scripts stop --title=egg-server-nodejs-auto-test",
"dev": "egg-bin dev",
"prod": "egg-scripts start --daemon --title=egg-server-nodejs-auto-test --env=prod",
"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",
"db:autoModels": "node ./autoModels"
},
"dependencies": {
"dubbo2.js": "^2.3.9",
"egg": "^2.15.1",
"egg-mysql": "^3.0.0",
"egg-redis": "^2.4.0",
"egg-scripts": "^2.11.0",
"egg-sequelize": "^6.0.0",
"egg-swagger-doc-feat": "^2.2.14",
"js-to-java": "^2.7.0",
"mysql2": "^2.3.0",
"puppeteer": "^10.4.0",
"xlsx": "^0.17.0"
},
"devDependencies": {
"autod": "^3.0.1",
"autod-egg": "^1.1.0",
"egg-bin": "^4.11.0",
"egg-ci": "^1.11.0",
"egg-mock": "^3.21.0",
"eslint": "^5.13.0",
"eslint-config-egg": "^7.1.0",
"mysql": "^2.18.1",
"sequelize-auto": "^0.8.4",
"sequelize-cli": "^6.2.0"
},
"engines": {
"node": ">=10.0.0"
},
"ci": {
"version": "10"
},
"repository": {
"type": "git",
"url": ""
},
"license": "MIT",
"files": [
"*"
],
"ideMode": {
"name": "ice-vue"
},
"scaffoldConfig": {
"builder": "vue-cli-service",
"name": "NodejsApi",
"title": "nodejs-api"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/ouyangdan/nodejs-auto-test.git
git@gitee.com:ouyangdan/nodejs-auto-test.git
ouyangdan
nodejs-auto-test
nodejs-auto-test
master

搜索帮助