57 lines
1.3 KiB
JSON
57 lines
1.3 KiB
JSON
{
|
|
"name": "zyypacs",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"private": true,
|
|
"dependencies": {
|
|
"ali-oss": "^6.18.1",
|
|
"bcryptjs": "^2.4.3",
|
|
"dicom-parser": "^1.8.3",
|
|
"egg": "^2.13.0",
|
|
"egg-cors": "^2.1.1",
|
|
"egg-jwt": "^3.1.4",
|
|
"egg-mongoose": "^4.0.1",
|
|
"egg-scripts": "^2.10.0",
|
|
"egg-validate": "^2.0.2",
|
|
"moment": "^2.22.2",
|
|
"querystring": "^0.2.0",
|
|
"rayplus-egg-mssql": "^1.0.6",
|
|
"request": "^2.88.0"
|
|
},
|
|
"devDependencies": {
|
|
"autod": "^3.0.1",
|
|
"autod-egg": "^1.0.0",
|
|
"axios": "^1.6.0",
|
|
"egg-bin": "^4.3.5",
|
|
"egg-ci": "^1.8.0",
|
|
"egg-mock": "^3.14.0",
|
|
"eslint": "^4.11.0",
|
|
"eslint-config-egg": "^6.0.0",
|
|
"js-md5": "^0.8.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.9.0"
|
|
},
|
|
"scripts": {
|
|
"start": "egg-scripts start --port=7003 --daemon --title=rayplus_cms",
|
|
"stop": "egg-scripts stop --title=rayplus_cms",
|
|
"dev": "egg-bin --port=7003 dev",
|
|
"debug": "egg-bin --port=7003 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": "8"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": ""
|
|
},
|
|
"author": "",
|
|
"license": "MIT"
|
|
}
|