{
  "name": "log-process-errors",
  "version": "5.1.2",
  "main": "build/src/main.js",
  "files": [
    "build/src",
    "build/register",
    "examples",
    "!~"
  ],
  "scripts": {
    "test": "gulp test"
  },
  "husky": {
    "hooks": {
      "pre-push": "gulp check --full"
    }
  },
  "description": "Show some ❤️ to process errors",
  "keywords": [
    "process",
    "error-handling",
    "error-handler",
    "error",
    "handling",
    "handler",
    "exception",
    "promise",
    "warnings",
    "logging",
    "uncaught",
    "uncaught-exceptions",
    "uncaughtException",
    "unhandledRejection",
    "rejectionHandled",
    "multipleResolves",
    "debugging",
    "testing",
    "test"
  ],
  "license": "Apache-2.0",
  "homepage": "https://git.io/fhSGY",
  "repository": "ehmicky/log-process-errors",
  "bugs": {
    "url": "https://github.com/ehmicky/log-process-errors/issues"
  },
  "author": "ehmicky <ehmicky@gmail.com> (https://github.com/ehmicky)",
  "directories": {
    "doc": "docs",
    "lib": "src",
    "test": "test"
  },
  "dependencies": {
    "chalk": "^3.0.0-beta.2",
    "figures": "^3.0.0",
    "filter-obj": "^2.0.1",
    "jest-validate": "^24.9.0",
    "map-obj": "^4.1.0",
    "moize": "^5.4.4",
    "supports-color": "^7.1.0"
  },
  "devDependencies": {
    "@ehmicky/dev-tasks": "^0.30.52",
    "ava": "^2.4.0",
    "execa": "^3.2.0",
    "gulp": "^4.0.2",
    "has-ansi": "^4.0.0",
    "husky": "^3.0.9",
    "jasmine": "^3.5.0",
    "lolex": "^5.1.1",
    "mocha": "^6.2.2",
    "semver": "^6.3.0",
    "sinon": "^7.5.0",
    "strip-ansi": "^5.2.0",
    "tap": "^14.9.1",
    "tape": "^4.11.0",
    "test-each": "^1.8.0"
  },
  "engines": {
    "node": ">=8.12.0"
  }
}
