{
  "name": "express-exception-handler",
  "version": "1.3.115",
  "description": "a top level exception handle package",
  "main": "lib/index.js",
  "scripts": {
    "test": "jest",
    "test:dev": "jest --watchAll",
    "test:cov": "jest --coverage && codecov",
    "push": "yarn test && git push",
    "deploy:major": "yarn version --major",
    "deploy:minor": "yarn version --minor",
    "deploy:patch": "yarn version --patch",
    "deploy:push": "git push && git push --tags",
    "preversion": "yarn test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kanekotic/express-exception-handler.git"
  },
  "keywords": [
    "exception",
    "express",
    "expressjs",
    "middleware",
    "handler",
    "async/await",
    "async",
    "await",
    "es6"
  ],
  "author": "kanekotic",
  "contributors": [
    "Brad Reed (http://www.bradreed.co.uk)",
    "Oren Zomer (https://github.com/ozomer)"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kanekotic/express-exception-handler/issues"
  },
  "homepage": "https://github.com/kanekotic/express-exception-handler#readme",
  "devDependencies": {
    "codecov": "3.8.3",
    "jest": "30.1.2"
  },
  "jest": {
    "testMatch": [
      "**/test/**/*-test.js"
    ],
    "testEnvironment": "node",
    "automock": false
  }
}
