{
  "name": "sky-puppy",
  "version": "1.5.5",
  "description": "A easy to use reliable health checking service with Prometheus export",
  "main": "src/index.js",
  "scripts": {
    "start": "NODE_ENV=production node src/index.js ",
    "test": "SKY_PUPPY_CONFIG_PATH=./test node src/index.js",
    "version": "auto-changelog -l false --sort-commits date-desc --package --hide-credit --template changelog-template.hbs -p && mdsquash -i  CHANGELOG.md && git add -A CHANGELOG.md && git add -A README.md",
    "postversion": "git push &&  git push --tags && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Phara0h/sky-puppy.git"
  },
  "bin": {
    "sky-puppy": "src/index.js"
  },
  "keywords": [
    "prometheus",
    "health",
    "check",
    "request",
    "service"
  ],
  "author": "Phara0h",
  "license": "GPL-3.0-or-later",
  "bugs": {
    "url": "https://github.com/Phara0h/sky-puppy/issues"
  },
  "homepage": "https://github.com/Phara0h/sky-puppy#readme",
  "dependencies": {
    "colors": "^1.4.0",
    "fasquest": "^3.0.1",
    "fastify": "^5.1.0",
    "nbars": "^1.0.1",
    "nstats": "^7.0.0",
    "wog": "^4.2.0"
  },
  "devDependencies": {
    "auto-changelog": "^2.2.0",
    "eslint": "^7.8.1",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-prettier": "^3.1.4",
    "jsdoc-to-markdown": "^6.0.1",
    "mdsquash": "^1.1.0",
    "postgen": "^4.6.0",
    "prettier": "^2.0.5",
    "prettier-eslint": "^11.0.0",
    "sky-puppy-checker-template": "^1.0.1"
  }
}
