{ "name": "cegongji", "version": "1.0.0", "description": "cegongji back", "private": true, "egg": { "declarations": true }, "dependencies": { "crc": "^4.3.2", "dayjs": "^1.11.9", "egg": "^3", "egg-cors": "^2.2.3", "egg-jwt": "^3.1.7", "egg-mongoose": "^3.3.1", "egg-scripts": "^2", "egg-udp": "^1.1.0", "egg-validate": "^2.0.2", "js-md5": "^0.7.3", "lodash": "^4.17.21", "mongoose": "^7.4.2", "mqtt": "4.1.0", "serialport": "^10.5.0" }, "devDependencies": { "egg-bin": "^5", "egg-ci": "^2", "egg-mock": "^5", "eslint": "^8", "eslint-config-egg": "^12" }, "engines": { "node": ">=16.0.0" }, "scripts": { "start": "egg-scripts start --daemon --title=egg-server-cegongji", "stop": "egg-scripts stop --title=egg-server-cegongji", "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" }, "ci": { "version": "16, 18", "type": "github" }, "repository": { "type": "git", "url": "" }, "author": "lichong", "license": "MIT" }