{ "name": "disk-scan", "version": "1.0.0", "description": "", "private": true, "egg": { "framework": "naf-framework-mongoose-free" }, "dependencies": { "diskinfo": "^0.0.3", "egg": "^2", "egg-scripts": "^2", "lodash": "^4.17.21", "moment": "^2.29.1", "naf-framework-mongoose-free": "^0.0.36", "nodemailer": "^6.7.8" }, "devDependencies": { "autod": "^3", "autod-egg": "^1", "egg-bin": "^4", "egg-ci": "^2", "egg-mock": "^4", "eslint": "^8", "eslint-config-egg": "^12", "jsonwebtoken": "^8.5.1" }, "engines": { "node": ">=16.0.0" }, "scripts": { "start": "egg-scripts start --daemon --title=egg-server-dick-scan", "stop": "egg-scripts stop --title=egg-server-dick-scan", "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": "16", "type": "github" }, "repository": { "type": "git", "url": "" }, "author": "", "license": "MIT" }