{
  "name": "@icemobile/loyalty-health",
  "description": "Resource status monitoring library.",
  "keywords": [
    "health",
    "status",
    "monitor"
  ],
  "version": "3.0.1",
  "homepage": "https://github.com/icemobilelab/loyalty-health",
  "author": "Cliffano Subagio <blah@cliffano.com> (http://blog.cliffano.com)",
  "contributors": [
    "All contributors (https://github.com/icemobilelab/loyalty-health/graphs/contributors)"
  ],
  "main": "./lib/health",
  "repository": {
    "type": "git",
    "url": "https://github.com/icemobilelab/loyalty-health.git"
  },
  "bugs": {
    "url": "https://github.com/icemobilelab/loyalty-health/issues"
  },
  "dependencies": {
    "i18n": "^0.14.2",
    "ioredis": "^4.28.0",
    "memory-cache": "^0.2.0",
    "pg": "^8.7.3",
    "validator": "^13.7.0"
  },
  "devDependencies": {
    "@icemobile/eslint-config-backend": "^1.1.2",
    "@sinonjs/referee": "^9.1.1",
    "husky": "^7.0.0",
    "ioredis-mock": "^5.9.1",
    "mocha": "^11.7.4",
    "nyc": "^17.1.0",
    "sinon": "^21.0.0"
  },
  "scripts": {
    "lint": "eslint lib test",
    "test": "npm run lint && npm run unit-test",
    "unit-test": "nyc mocha --exit --recursive test/unit",
    "prepare": "husky install"
  },
  "engines": {
    "node": ">= 22.11.0"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/icemobilelab/loyalty-health/blob/master/LICENSE"
    }
  ],
  "nyc": {
    "include": [
      "lib/**/*.js"
    ],
    "exclude": [],
    "reporter": [
      "text",
      "text-summary",
      "lcov"
    ]
  }
}
