{
  "name": "node-service-manager",
  "version": "0.1.3",
  "description": "Node.js Service management with graceful startup/shutdown and built-in helath checks",
  "main": "dist/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc",
    "prepare": "npm run build",
    "version": "git add -A src",
    "postversion": "git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lyndonbuckley/node-service-manager.git",
    "directory": "lib"
  },
  "author": "Lyndon Buckley <git@lyndonbuckley.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/lyndonbuckley/node-service-manager/issues"
  },
  "homepage": "https://github.com/lyndonbuckley/node-service-manager#readme",
  "dependencies": {
    "@types/node": "^16.7.1",
    "typescript": "^4.3.5"
  }
}
