{ "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", "md5": "^2.3.0", "tencentcloud-sdk-nodejs-ft": "^4.0.810" }, "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", "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" }, "repository": { "type": "git", "url": "" }, "author": "lichong", "license": "MIT" }