{
|
|
"name": "mockServer",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"private": true,
|
|
"egg": {
|
|
"declarations": true
|
|
},
|
|
"dependencies": {
|
|
"egg": "^2.15.1",
|
|
"egg-scripts": "^2.11.0",
|
|
"mockjs": "^1.1.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"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
},
|
|
"scripts": {
|
|
"start": "egg-scripts start --daemon --title=egg-server-mockServer --port 7123",
|
|
"stop": "egg-scripts stop --title=egg-server-mockServer",
|
|
"dev": "egg-bin dev --port 7123 --workers=1 ",
|
|
"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": "10"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": ""
|
|
},
|
|
"author": "star7th",
|
|
"license": "MIT"
|
|
}
|