{ "name": "egg-cluster", "version": "1.27.1", "description": "cluster manager for egg", "main": "index.js", "scripts": { "autod": "autod", "lint": "eslint .", "test": "npm run lint -- --fix && npm run test-local", "test-local": "egg-bin test", "cov": "egg-bin cov --prerequire --timeout 100000", "ci": "npm run lint && egg-bin pkgfiles --check && npm run cov", "pkgfiles": "egg-bin pkgfiles" }, "files": [ "index.js", "lib" ], "repository": { "type": "git", "url": "git+https://github.com/eggjs/egg-cluster.git" }, "keywords": [ "egg", "cluster", "process" ], "author": "dead-horse ", "license": "MIT", "bugs": { "url": "https://github.com/eggjs/egg-cluster/issues" }, "homepage": "https://github.com/eggjs/egg-cluster#readme", "dependencies": { "await-event": "^2.1.0", "cfork": "^1.7.1", "cluster-reload": "^1.0.2", "co": "^4.6.0", "debug": "^4.1.1", "depd": "^2.0.0", "detect-port": "^1.3.0", "egg-logger": "^2.3.2", "egg-utils": "^2.4.1", "get-ready": "^2.0.1", "graceful-process": "^1.2.0", "is-type-of": "^1.2.1", "mz-modules": "^2.1.0", "ps-tree": "^1.2.0", "semver": "^5.6.0", "sendmessage": "^1.1.0", "utility": "^1.15.0" }, "devDependencies": { "address": "^1.0.3", "autod": "^3.0.1", "coffee": "^5.2.1", "egg": "^2.20.0", "egg-bin": "^4.11.1", "egg-ci": "^1.19.0", "egg-errors": "^2.2.0", "egg-mock": "^3.22.1", "eslint": "^5.15.1", "eslint-config-egg": "^7.2.0", "mz": "^2.7.0", "pedding": "^1.1.0", "supertest": "^4.0.0", "ts-node": "^6.0.3", "typescript": "^2.7.2" }, "engines": { "node": ">= 8.0.0" }, "ci": { "type": "github", "version": "8, 10, 12, 14, 16" } }