@texagon/nestjs-health
Version:
A comprehensive health monitoring package for NestJS applications with metrics and Kubernetes-ready health checks
53 lines (52 loc) • 1.22 kB
JSON
{
"name": "@texagon/nestjs-health",
"version": "0.0.1",
"description": "A comprehensive health monitoring package for NestJS applications with metrics and Kubernetes-ready health checks",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"texagon-nestjs-health": "dist/cli/index.js"
},
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build",
"test": "jest"
},
"keywords": [
"nestjs",
"health",
"monitoring",
"metrics",
"kubernetes",
"docker",
"terminus"
],
"author": "",
"license": "MIT",
"dependencies": {
"@nestjs/axios": "^3.1.3",
"@nestjs/common": "^10.4.17",
"@nestjs/core": "^10.4.17",
"@nestjs/swagger": "^7.4.2",
"@nestjs/terminus": "^10.3.0",
"chalk": "^4.1.2",
"commander": "^11.1.0",
"eslint": "^9.25.1",
"inquirer": "^8.2.6",
"ora": "^5.4.1",
"prettier": "^3.5.3",
"rxjs": "^7.8.2"
},
"devDependencies": {
"@types/express": "^5.0.1",
"@types/inquirer": "^8.2.10",
"@types/jest": "^29.5.14",
"@types/node": "^20.17.32",
"jest": "^29.7.0",
"ts-jest": "^29.3.2",
"typescript": "^5.8.3"
},
"engines": {
"node": ">=14.0.0"
}
}