UNPKG

@nestjs-redis/health-indicator

Version:

A comprehensive Redis health indicator for NestJS applications using the Terminus health check library

74 lines 1.9 kB
{ "name": "@nestjs-redis/health-indicator", "version": "0.13.2", "license": "MIT", "author": "Saba Pochkhua <saba.pochkhua@gmail.com> (https://github.com/CSenshi)", "description": "A comprehensive Redis health indicator for NestJS applications using the Terminus health check library", "keywords": [ "nestjs", "redis", "health-check", "terminus", "monitoring", "typescript" ], "homepage": "https://github.com/nestjs-redis/health-indicator#readme", "main": "./src/index.js", "module": "./src/index.js", "types": "./src/index.d.ts", "exports": { "./package.json": "./package.json", ".": { "development": "./src/index.ts", "types": "./src/index.d.ts", "import": "./src/index.js", "default": "./src/index.js" } }, "files": [ "src", "!**/*.tsbuildinfo" ], "nx": { "name": "health-indicator", "targets": { "build": { "executor": "@nx/js:tsc", "outputs": [ "{options.outputPath}" ], "options": { "outputPath": "dist/packages/health-indicator", "tsConfig": "packages/health-indicator/tsconfig.lib.json", "packageJson": "packages/health-indicator/package.json", "main": "packages/health-indicator/src/index.ts", "assets": [ "packages/health-indicator/*.md", "LICENSE" ] } } } }, "dependencies": { "tslib": "^2.3.0" }, "peerDependencies": { "@nestjs/common": "^9.0.0 || ^10.0.0 || ^11.0.0", "redis": "^5.0.0" }, "devDependencies": { "@nestjs/testing": "^11.0.0", "redis": "^5.0.0" }, "engines": { "node": ">=18.0.0", "npm": ">=8.0.0" }, "repository": { "type": "git", "url": "https://github.com/CSenshi/nestjs-redis", "directory": "packages/health-indicator.ts" }, "type": "commonjs" }