{
  "name": "@nexload-sdk/healthcheck",
  "version": "4.1.0",
  "description": "Runtime-neutral health orchestration and monitoring report foundation for production services.",
  "keywords": [
    "nodejs",
    "healthcheck",
    "kubernetes",
    "liveness",
    "readiness",
    "monitoring",
    "typescript"
  ],
  "author": "GecutWeb",
  "license": "MIT",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs",
      "default": "./dist/index.mjs"
    }
  },
  "files": [
    "dist",
    "README.md",
    "package.json"
  ],
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@types/node": "^25.0.3",
    "eslint": "^9.39.2",
    "typescript": "5.9.3",
    "@nexload-sdk/typescript-config": "4.0.1",
    "@nexload-sdk/bundler": "4.0.1",
    "@nexload-sdk/eslint-config": "4.0.1"
  },
  "scripts": {
    "lint": "eslint src",
    "build": "node esbuild.config.mjs",
    "test": "node --test test/*.test.mjs"
  }
}