{
  "name": "@geia/signaler",
  "version": "0.1.5",
  "description": "Register exit and signal handlers to process",
  "type": "module",
  "main": "dist/index.cjs",
  "exports": {
    "import": "./dist/index.js",
    "require": "./dist/index.cjs"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "pub": "npm publish",
    "test": "node -r @babel/register test/test.index.js"
  },
  "dependencies": {
    "@geia/descendant-pids": "^0.1.5",
    "@geia/enum-events": "^0.1.5",
    "@geia/enum-roles": "^0.1.5",
    "@geia/enum-signals": "^0.1.5",
    "@spare/logger": "^0.13.2",
    "@spare/says": "^0.13.2",
    "@valjoux/timestamp-pretty": "^0.3.8",
    "await-event": "^2.1.0",
    "co": "^4.6.0",
    "ko-sleep": "^1.1.4",
    "ps-tree": "^1.2.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hoyeungw/geia/cluster.git"
  },
  "keywords": [
    "geia",
    "process",
    "signal-handler",
    "signaler"
  ],
  "author": {
    "name": "Hoyeung Wong",
    "email": "hoyeungw@outlook.com",
    "url": "https://github.com/hoyeungw"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hoyeungw/geia/cluster"
  },
  "homepage": "https://github.com/hoyeungw/geia/cluster#readme",
  "gitHead": "464ecfefb754d02a26b0c01d12808d125f830173"
}
