{
  "name": "express-healthcheck-endpoints",
  "version": "1.1.3",
  "type": "module",
  "main": "index.js",
  "scripts": {
    "build": "babel src --out-dir lib",
    "test": "mocha",
    "pub": "npm run test && npm run build && npm publish"
  },
  "keywords": [
    "express",
    "health",
    "healthcheck",
    "health-check",
    "health-checker",
    "health-checks",
    "health-checker-express",
    "express-health-checker"
  ],
  "author": "ShinMugenNoKabe",
  "license": "MIT",
  "description": "Basic health check provider for Express.js applications. It allows you to register health checks and provides custom ways to retrieve the health status of your application.",
  "repository": {
    "type": "git",
    "url": "https://github.com/ShinMugenNoKabe/express-healthcheck-endpoints"
  },
  "files": [
    "lib",
    "LICENSE",
    "README.md"
  ],
  "exports": {
    "./healthCheck": "./lib/healthCheck.js",
    "./registry": "./lib/registry.js",
    "./healthEnums": "./lib/healthEnums.js"
  },
  "devDependencies": {
    "@babel/cli": "7.28.0",
    "@babel/core": "7.28.0",
    "expect.js": "0.3.1",
    "mocha": "11.7.1"
  }
}
