{
  "name": "avocat",
  "description": "A simple library to convert objection errors to boom errors",
  "version": "2.0.0",
  "main": "lib/index.js",
  "author": "Daniel COLE <daniel@pixul.fr>",
  "repository": {
    "type": "git",
    "url": "https://github.com/hapipal/avocat.git"
  },
  "bugs": {
    "url": "https://github.com/hapipal/avocat/issues"
  },
  "directories": {
    "lib": "lib"
  },
  "engines": {
    "node": ">=12.x.x"
  },
  "scripts": {
    "test": "lab -f -a @hapi/code -t 100 -L",
    "test-cov-html": "lab -f -L -a @hapi/code -r html -o coverage.html",
    "coveralls": "lab -r lcov | coveralls"
  },
  "keywords": [
    "objection",
    "errors",
    "database",
    "hapi",
    "boom"
  ],
  "license": "MIT",
  "dependencies": {
    "@hapi/boom": "9.x.x"
  },
  "devDependencies": {
    "objection": "2.x.x",
    "coveralls": "3.x.x",
    "@hapi/code": "8.x.x",
    "@hapi/lab": "22.x.x"
  },
  "peerDependencies": {
    "objection": ">=2 <3"
  }
}
