{ "name": "filestore", "version": "1.0.0", "description": "", "private": true, "dependencies": { "await-stream-ready": "^1.0.1", "egg": "^2.20.1", "egg-scripts": "^2.11.0", "moment": "^2.24.0", "mongodb": "^3.1.13", "naf-core": "0.1.2", "stream-wormhole": "^1.1.0" }, "devDependencies": { "autod": "^3.0.1", "autod-egg": "^1.1.0", "egg-bin": "^4.12.0", "egg-ci": "^1.11.0", "egg-mock": "^3.22.1", "eslint": "^5.15.3", "eslint-config-egg": "^7.2.0", "webstorm-disable-index": "^1.2.0" }, "engines": { "node": ">=8.9.0" }, "scripts": { "start": "egg-scripts start --daemon --title=filestore", "stop": "egg-scripts stop --title=filestore", "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", "pm2": "pm2 start", "restart": "pm2 restart filestore" }, "ci": { "version": "8" }, "repository": { "type": "git", "url": "" }, "author": "dyg", "license": "MIT" }