{ "name": "egg_udp", "version": "1.0.0", "description": "", "private": true, "egg": { "declarations": true }, "dependencies": { "egg": "^3", "egg-cors": "^2.2.3", "egg-scripts": "^2", "node-media-server": "^2.6.2" }, "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-egg_udp", "stop": "egg-scripts stop --title=egg-server-egg_udp", "dev": "egg-bin dev", "build": "npm install --production && tar -zcvf ../release.tgz .", "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": "", "license": "MIT" }