nodejs-health-checker-lw
Version:
The main purpose of this package is to substitute nodejs-health-checker package and standardize the liveness and readiness actions for Nodejs applications running in Kubernetes deployments, without adding complexity and extra package installs.
48 lines (47 loc) • 1.35 kB
JSON
{
"name": "nodejs-health-checker-lw",
"version": "1.0.2",
"description": "The main purpose of this package is to substitute nodejs-health-checker package and standardize the liveness and readiness actions for Nodejs applications running in Kubernetes deployments, without adding complexity and extra package installs.",
"main": "dist/index.js",
"scripts": {
"test": "jest",
"test:coverage": "jest --collect-coverage",
"build": "rm -rf dist;tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gritzkoo/nodejs-health-checker-lw.git"
},
"keywords": [
"healthcheck",
"health-check",
"health-checker",
"healthchecker",
"liveness",
"livenessProbe",
"readiness",
"readinessProbe",
"k8s-probes",
"pods"
],
"author": "Gritzko D. Kleiner",
"license": "MIT",
"bugs": {
"url": "https://github.com/gritzkoo/nodejs-health-checker-lw/issues"
},
"homepage": "https://github.com/gritzkoo/nodejs-health-checker-lw#readme",
"devDependencies": {
"@types/jest": "^28.1.8",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"eslint": "^8.34.0",
"jest": "^28.1.3",
"ts-jest": "^28.0.8",
"ts-node": "^10.9.1",
"tslib": "^2.5.0",
"typescript": "^4.9.5"
},
"files": [
"dist/**/*"
]
}