{
  "name": "create-boom-error",
  "version": "3.0.2",
  "description": "Simply create sub-classed Boom errors for Hapi applications.",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha test test/index.test.js",
    "release:major": "changelog -M && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version major && git push origin && git push origin --tags",
    "release:minor": "changelog -m && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version minor && git push origin && git push origin --tags",
    "release:patch": "changelog -p && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version patch && git push origin && git push origin --tags"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/lob/create-boom-error.git"
  },
  "keywords": [
    "hapi",
    "boom",
    "error"
  ],
  "types": "index.d.ts",
  "author": "Lob Engineering <engineering@lob.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lob/create-boom-error/issues"
  },
  "homepage": "https://github.com/lob/create-boom-error",
  "devDependencies": {
    "chai": "^4.3.6",
    "mocha": "^10.0.0"
  },
  "dependencies": {
    "@hapi/boom": "^10.0.0",
    "decamelize": "^5.0.1"
  }
}
