{
  "name": "@aptoma/hapi-mongoose-helper",
  "version": "5.0.1",
  "description": "",
  "main": "index.js",
  "scripts": {
    "lint": "eslint --ext '.js' *.js",
    "watch": "mocha --watch 'test/**/*.js' '*.js' --timeout 500",
    "test": "npm run lint && nyc --reporter=text-summary --reporter=lcov mocha --exit 'test/**/*.test.js'",
    "mocha-only-detect": "mocha-only-detector-glob **/*.test.js",
    "changelog": "git log `git describe --tags --abbrev=0`..HEAD --pretty=format:\"  * %s\"",
    "release": "npm test && release-it -n -i patch",
    "release:minor": "npm test && release-it -n -i minor",
    "release:major": "npm test && release-it -n -i major"
  },
  "engines": {
    "node": ">=14.x.x"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/aptoma/hapi-mongoose-helper"
  },
  "keywords": [],
  "author": "Martin Jonsson <martin.jonsson@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/aptoma/hapi-mongoose-helper/issues"
  },
  "homepage": "https://github.com/aptoma/hapi-mongoose-helper",
  "eslintConfig": {
    "extends": "@aptoma/eslint-config",
    "parserOptions": {
      "ecmaVersion": "2021"
    },
    "env": {
      "node": true,
      "mocha": true,
      "es6": true
    }
  },
  "dependencies": {
    "@hapi/boom": "^9.1.4",
    "@hapi/hoek": "^9.2.1"
  },
  "devDependencies": {
    "@aptoma/eslint-config": "^7.0.1",
    "@hapi/hapi": "^20.2.1",
    "auto-changelog": "^2.3.0",
    "chai": "^4.3.4",
    "eslint": "^8.0.0",
    "mocha": "^9.1.2",
    "mocha-only-detector": "^1.0.1",
    "mongoose": "^6.0.10",
    "nyc": "^15.1.0",
    "release-it": "^14.11.6"
  }
}
