{
  "name": "pallies",
  "version": "0.9.1",
  "description": "Robust user management for Hapi",
  "author": "Derek Wheelden <derek.wheelden@gmail.com>",
  "license": "MIT",
  "keywords": [
    "hapi",
    "hpal",
    "user",
    "management",
    "plugin",
    "token"
  ],
  "main": "lib/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/frxnz/pallies"
  },
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "scripts": {
    "start": "nodemon server",
    "test": "lab -a @hapi/code -L --verbose -m 10000",
    "coverage": "lab -a @hapi/code -L -c --coverage-all --coverage-exclude docs --coverage-exclude node_modules --coverage-exclude lib/migrations -m 10000",
    "coveralls": "lab -a @hapi/code -L -r lcov -c --coverage-all --coverage-exclude docs --coverage-exclude node_modules --coverage-exclude lib/migrations -m 10000 | coveralls",
    "lint": "eslint .",
    "docs": "jsdoc --configure .jsdoc.json --verbose"
  },
  "pre-commit": [
    "lint"
  ],
  "dependencies": {
    "@hapi/boom": "^9.1.1",
    "@hapi/glue": "^8.0.0",
    "@hapi/hapi": "^20.2.2",
    "@hapi/jwt": "^2.1.1",
    "@hapipal/haute-couture": "^4.2.0",
    "@hapipal/schmervice": "^2.0.0",
    "@hapipal/schwifty": "^6.1.0",
    "argon2": "^0.28.2",
    "csprng": "^0.1.2",
    "generate-password": "^1.6.0",
    "hashids": "^2.2.8",
    "haute": "^4.0.0",
    "joi": "^17.3.0",
    "moment": "^2.29.1",
    "objection": "^3.0.1",
    "objection-db-errors": "^1.1.2",
    "pg": "^8.5.1",
    "rand-token": "^1.0.1",
    "toys": "^2.3.1"
  },
  "peerDependencies": {
    "knex": "2.x.x"
  },
  "devDependencies": {
    "@hapi/code": "^8.0.2",
    "@hapi/eslint-config-hapi": "^13.0.2",
    "@hapi/eslint-plugin-hapi": "^4.3.6",
    "@hapi/lab": "^24.1.0",
    "babel-eslint": "^10.1.0",
    "confidence": "^5.0.0",
    "coveralls": "^3.1.0",
    "dotenv": "8.x.x",
    "eslint": "^7.18.0",
    "hpal": "^2.6.0",
    "hpal-debug": "^1.5.0",
    "jsdoc": "^4.0.2",
    "jsdoc-template": "git+https://github.com/frxnz/jsdoc-template.git",
    "knex": "2.x.x",
    "nodemon": "^2.0.7",
    "pre-commit": "^1.2.2"
  }
}
