{
  "name": "hapi-sanitize-payload",
  "version": "3.1.0",
  "description": "Hapi plugin to sanitize the request payload",
  "main": "lib/index.js",
  "scripts": {
    "test": "nyc _mocha test",
    "lint": "eslint .",
    "lint-fix": "eslint --fix .",
    "enforce": "nyc check-coverage",
    "release:patch": "changelog -p && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version patch && 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:major": "changelog -M && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version major && git push origin && git push origin --tags"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/lob/hapi-sanitize-payload.git"
  },
  "keywords": [
    "hapi"
  ],
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lob/hapi-sanitize-payload/issues"
  },
  "homepage": "https://github.com/lob/hapi-sanitize-payload",
  "dependencies": {
    "joi": "^17.13.3",
    "lodash.isstring": "^4.0.1",
    "lodash.isplainobject": "^4.0.6",
    "lodash.clonedeep": "^4.5.0",
    "lodash.unset": "^4.5.2"
  },
  "devDependencies": {
    "@hapi/hapi": "^21.4.0",
    "chai": "^5.2.0",
    "eslint": "^7.32.0",
    "eslint-config-lob": "^5.2.0",
    "eslint-plugin-no-only-tests": "^2.6.0",
    "generate-changelog": "^1.7.0",
    "mocha": "^11.5.0",
    "nyc": "^17.1.0"
  }
}
