{ "name": "back", "version": "1.0.0", "description": "back", "private": true, "egg": { "declarations": true }, "dependencies": { "egg": "^3.17.5", "egg-mongoose": "^4.0.1", "egg-scripts": "2", "lodash": "^4.17.21" }, "devDependencies": { "egg-bin": "6", "egg-mock": "5", "eslint": "8", "eslint-config-egg": "13" }, "engines": { "node": ">=18.0.0" }, "scripts": { "start": "egg-scripts start --daemon --title=egg-server-back", "stop": "egg-scripts stop --title=egg-server-back", "dev": "egg-bin dev", "build": "npm install --production && tar -zcvf ../release.tgz ." }, "repository": { "type": "git", "url": "" }, "author": "lichong", "license": "MIT" }