UNPKG

egg-healthy

Version:

Liveness and Readiness health check for egg application

64 lines (63 loc) 1.39 kB
{ "name": "egg-healthy", "version": "1.0.0", "description": "Liveness and Readiness health check for egg application", "eggPlugin": { "name": "healthy" }, "keywords": [ "egg", "eggPlugin", "egg-plugin", "health check", "cloudnative", "readiness", "liveness" ], "dependencies": { "statuses": "^1.5.0" }, "devDependencies": { "autod": "^3.0.1", "autod-egg": "^1.1.0", "egg": "^2.13.0", "egg-bin": "^4.9.0", "egg-ci": "^1.10.0", "egg-mock": "^3.20.1", "eslint": "^5.9.0", "eslint-config-egg": "^7.1.0", "mz-modules": "^2.1.0", "webstorm-disable-index": "^1.2.0" }, "engines": { "node": ">=8.0.0" }, "scripts": { "test": "npm run lint -- --fix && egg-bin pkgfiles && npm run test-local", "test-local": "egg-bin test", "cov": "egg-bin cov", "lint": "eslint .", "ci": "egg-bin pkgfiles --check && npm run lint && npm run cov", "pkgfiles": "egg-bin pkgfiles", "autod": "autod" }, "files": [ "app", "lib", "config", "app.js" ], "ci": { "version": "8, 10, 11" }, "repository": { "type": "git", "url": "git+https://github.com/eggjs/egg-healthy.git" }, "bugs": { "url": "https://github.com/eggjs/egg/issues" }, "homepage": "https://github.com/eggjs/egg-healthy#readme", "author": "popomore", "license": "MIT" }