{
  "author": {
    "email": "gajus@gajus.com",
    "name": "Gajus Kuizinas",
    "url": "http://gajus.com"
  },
  "dependencies": {
    "delay": "^7.0.0",
    "fastify": "^5.7.4",
    "roarr": "^7.21.4",
    "serialize-error": "^13.0.1"
  },
  "description": "Abstracts readiness, liveness and startup checks and graceful shutdown of Node.js services running in Kubernetes.",
  "devDependencies": {
    "@semantic-release/commit-analyzer": "^13.0.1",
    "@semantic-release/github": "^12.0.6",
    "@semantic-release/npm": "^13.1.5",
    "@types/node": "^22.19.11",
    "@types/roarr": "^2.14.7",
    "@vitest/coverage-v8": "^4.0.18",
    "@vitest/eslint-plugin": "^1.6.9",
    "eslint": "^8.40.0",
    "eslint-config-canonical": "^41.0.4",
    "husky": "^5.0.0",
    "semantic-release": "^25.0.3",
    "typescript": "^5.2.2",
    "vitest": "^4.0.18"
  },
  "engines": {
    "node": ">=22.13.0"
  },
  "exports": {
    ".": {
      "import": "./dist/esm/index.js",
      "require": "./dist/cjs/index.js",
      "types": "./dist/esm/index.d.ts"
    }
  },
  "files": [
    "src",
    "dist"
  ],
  "keywords": [
    "kubernetes"
  ],
  "license": "BSD-3-Clause",
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "name": "lightship",
  "repository": {
    "type": "git",
    "url": "https://github.com/gajus/lightship"
  },
  "scripts": {
    "build": "rm -fr ./dist && tsc --project ./tsconfig.build-esm.json && tsc --project ./tsconfig.build-cjs.json",
    "lint": "eslint . && tsc",
    "lint:fix": "eslint . --fix && tsc",
    "prepare": "husky install",
    "test": "vitest run --coverage"
  },
  "type": "module",
  "types": "./dist/esm/index.d.ts",
  "version": "9.0.4",
  "volta": {
    "node": "22.22.0"
  }
}
