{
  "name": "@nestjs-redis/health-indicator",
  "version": "1.3.0",
  "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/CSenshi/nestjs-redis/tree/main/packages/health-indicator",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "development": "./src/index.ts",
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "!**/*.tsbuildinfo"
  ],
  "nx": {
    "name": "health-indicator",
    "tags": [
      "type:lib"
    ]
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "peerDependencies": {
    "@nestjs/common": "^9.0.0 || ^10.0.0 || ^11.0.0",
    "redis": "^5.0.0 || ^6.0.0"
  },
  "devDependencies": {
    "@nestjs/testing": "^11.0.0",
    "redis": "^6.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"
  }
}