{ "name": "doracms-egg", "version": "2.1.4", "description": "", "dependencies": { "archiver": "^3.1.1", "await-stream-ready": "^1.0.1", "axios": "^0.19.0", "crypto": "^1.0.1", "egg": "^2.3.0", "egg-dora-middlestage": "^1.0.0", "egg-mongoose": "^3.2.0", "egg-redis": "^2.4.0", "egg-scripts": "^2.11.0", "egg-ueditor": "^1.0.1", "egg-validate": "^2.0.2", "egg-view-nunjucks": "^2.2.0", "iconv-lite": "^0.5.0", "jsonwebtoken": "^8.5.1", "koa-compress": "^3.0.0", "lodash": "^4.17.15", "module-alias": "^2.2.1", "moment": "^2.24.0", "muri": "^1.3.0", "node-unzip-2": "^0.2.8", "nodemailer": "^6.3.0", "qr-image": "^3.2.0", "shelljs": "^0.8.3", "shortid": "^2.2.14", "stream-wormhole": "^1.1.0", "trek-captcha": "^0.4.0", "validator": "^11.1.0", "xss": "^1.0.6" }, "devDependencies": { "autod": "^3.0.1", "autod-egg": "^1.0.0", "egg-bin": "^4.13.0", "egg-ci": "^1.8.0", "egg-mock": "^3.14.0", "eslint": "^4.18.0", "eslint-config-egg": "^7.0.0", "webstorm-disable-index": "^1.2.0" }, "engines": { "node": ">=8.0.0" }, "scripts": { "debug": "egg-bin debug", "dev": "egg-bin dev", "test": "npm run lint -- --fix && egg-bin pkgfiles && npm run test-local", "test-local": "egg-bin test", "cov": "egg-bin cov", "lint": "eslint .", "ci": "npm run lint && egg-bin pkgfiles --check && npm run cov", "autod": "autod", "pkgfiles": "egg-bin pkgfiles", "init": "node ./build/restore", "makePrdDoc": "apidoc -i lib/plugin -e node_modules -o app/public/apidoc/ && npm run modifyPrdDoc", "modifyPrdDoc": "node ./build/renderApiDoc --docv prd", "start": "egg-scripts start --daemon --title=doracms2", "stop": "egg-scripts stop [--title=doracms2]" }, "ci": { "version": "8, 9" }, "repository": { "type": "git", "url": "" }, "keywords": [ "egg", "egg-framework" ], "author": "doramart", "files": [ "app", "config", "lib", "index.js" ], "eslintIgnore": [ "coverage", "dist" ], "apidoc": { "title": "DoraCMS Api", "description": "DoraCMS App接口文档", "url": "http://localhost:8080" }, "_moduleAliases": { "@root": ".", "@validate": "app/validate", "@utils": "app/utils" }, "license": "MIT" }