{
  "name": "http-graceful-shutdown",
  "version": "3.1.13",
  "description": "gracefully shuts downs http server",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "files": [
    "lib/"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/sebhildebrandt/http-graceful-shutdown.git"
  },
  "keywords": [
    "http",
    "https",
    "koa",
    "express",
    "fastify",
    "shutdown",
    "graceful",
    "force",
    "graceful-shutdown",
    "http-shutdown",
    "http-terminate",
    "shutdown",
    "kubernetes",
    "prometheus",
    "backend"
  ],
  "author": "Sebastian Hildebrandt <hildebrandt@plus-innovations.com> (https://plus-innovations.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sebhildebrandt/http-graceful-shutdown/issues"
  },
  "homepage": "https://github.com/sebhildebrandt/http-graceful-shutdown",
  "dependencies": {
    "debug": "^4.3.4"
  },
  "engineStrict": true,
  "engines": {
    "node": ">=4.0.0"
  }
}