{
  "name": "@ladjs/policies",
  "description": "Policies helper for Lad",
  "version": "12.2.2",
  "author": "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com)",
  "bugs": {
    "url": "https://github.com/ladjs/policies/issues",
    "email": "niftylettuce@gmail.com"
  },
  "contributors": [
    "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com)",
    "Spencer Snyder <sasnyde2@gmail.com> (http://spencersnyder.io/)",
    "Pablo Varela <pablovarela182@gmail.com> (http://pablo.life)",
    "Shaun Warman <shaunwarman1@gmail.com> (https://shaunwarman.com/)",
    "shadowgate15 (https://github.com/shadowgate15)"
  ],
  "dependencies": {
    "@hapi/boom": "^10.0.1",
    "basic-auth": "^2.0.1",
    "boolean": "^3.2.0",
    "is-string-and-not-blank": "^0.0.2"
  },
  "devDependencies": {
    "@commitlint/cli": "^18.4.3",
    "@commitlint/config-conventional": "^18.4.3",
    "ava": "^5.1.0",
    "cross-env": "^7.0.3",
    "eslint": "^8.55.0",
    "eslint-config-xo-lass": "^2.0.1",
    "fixpack": "^4.0.0",
    "husky": "^8.0.3",
    "lint-staged": "^15.2.0",
    "nyc": "^15.1.0",
    "remark-cli": "11",
    "remark-preset-github": "^4.0.4",
    "undici": "^6.0.1",
    "xo": "^0.56.0"
  },
  "engines": {
    "node": ">=16"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/ladjs/policies",
  "keywords": [
    "@ladjs/policies",
    "lass"
  ],
  "license": "MIT",
  "main": "index.js",
  "nyc": {
    "check-coverage": true,
    "lines": 70,
    "functions": 70,
    "branches": 70,
    "reporter": [
      "lcov",
      "html",
      "text"
    ]
  },
  "peerDependencies": {
    "undici": "*"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ladjs/policies"
  },
  "scripts": {
    "lint": "xo --fix && remark . -qfo && fixpack",
    "precommit": "lint-staged && npm test",
    "prepare": "husky install",
    "pretest": "npm run lint",
    "test": "npm run test-coverage",
    "test-coverage": "cross-env NODE_ENV=test nyc ava"
  }
}
