{ "name": "serveci-center", "version": "1.0.0", "description": "", "private": true, "egg": { "framework": "naf-framework-mongoose" }, "dependencies": { "archiver": "^5.0.2", "docx": "^5.3.0", "egg": "^2.23.0", "egg-naf-amqp": "0.0.13", "egg-redis": "^2.4.0", "egg-scripts": "^2.11.0", "egg-view-nunjucks": "^2.2.0", "exceljs": "^4.1.1", "jsonwebtoken": "^8.5.1", "lodash": "^4.17.15", "moment": "^2.27.0", "naf-framework-mongoose": "^0.6.11", "nodemailer": "^6.4.3", "silly-datetime": "^0.1.2", "string-random": "^0.1.3", "url-join": "^4.0.1", "uuid": "^3.3.3", "xlsx": "^0.15.1", "xlsx-style": "^0.8.13", "xmlreader": "^0.2.3" }, "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-serveci-center", "stop": "egg-scripts stop --title=egg-server-serveci-center", "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", "autod": "autod" }, "ci": { "version": "10" }, "repository": { "type": "git", "url": "" }, "author": "", "license": "MIT" }