{ "name": "index_sys", "version": "1.0.0", "description": "SmartCost Index System", "private": true, "dependencies": { "await-stream-ready": "^1.0.1", "egg": "^2.2.1", "egg-mysql": "^3.0.0", "egg-redis": "^2.0.0", "egg-scripts": "^2.5.0", "egg-view": "^2.1.0", "egg-view-ejs": "^2.0.0", "node-xlsx": "^0.12.0", "stream-to-array": "^2.3.0", "stream-wormhole": "^1.0.3" }, "devDependencies": { "autod": "^3.0.1", "autod-egg": "^1.0.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", "webstorm-disable-index": "^1.2.0" }, "engines": { "node": ">=8.9.0" }, "scripts": { "start": "egg-scripts start --daemon --title=egg-server-index_sys", "stop": "egg-scripts stop --title=egg-server-index_sys", "dev": "egg-bin dev --port 7003", "dev-qa": "set EGG_SERVER_ENV=qa&&egg-bin dev --port 7003", "dev-local": "set EGG_SERVER_ENV=local&&egg-bin dev --port 7003", "debug": "egg-bin debug", "test": "npm run lint -- --fix&&npm run test-local", "test-local": "egg-bin test", "test-qa": "set EGG_SERVER_ENV=qa&&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": "Mai", "license": "MIT" }