{
  "name": "feathers-authentication-hooks",
  "description": "Feathers authentication hooks",
  "version": "1.0.2",
  "homepage": "https://github.com/feathersjs-ecosystem/feathers-authentication-hooks",
  "main": "lib/",
  "types": "types/",
  "keywords": [
    "feathers",
    "feathers-plugin"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/feathersjs-ecosystem/feathers-authentication-hooks.git"
  },
  "author": {
    "name": "Feathers contributors",
    "email": "hello@feathersjs.com",
    "url": "https://feathersjs.com"
  },
  "contributors": [],
  "bugs": {
    "url": "https://github.com/feathersjs-ecosystem/feathers-authentication-hooks/issues"
  },
  "engines": {
    "node": ">= 6"
  },
  "scripts": {
    "publish": "git push origin --tags && npm run changelog && git push origin",
    "release:patch": "npm version patch && npm publish",
    "release:minor": "npm version minor && npm publish",
    "release:major": "npm version major && npm publish",
    "changelog": "github_changelog_generator && git add CHANGELOG.md && git commit -am \"Updating changelog\"",
    "lint": "semistandard --fix",
    "dtslint": "dtslint types",
    "mocha": "mocha --recursive test/",
    "coverage": "istanbul cover _mocha -- --recursive test/",
    "test": "npm run lint && npm run dtslint && npm run coverage",
    "start": "npm run compile && node example/app"
  },
  "semistandard": {
    "sourceType": "module",
    "env": [
      "mocha"
    ]
  },
  "directories": {
    "lib": "lib"
  },
  "dependencies": {
    "@feathersjs/errors": "^4.5.2",
    "debug": "^4.1.1",
    "lodash": "^4.17.15"
  },
  "devDependencies": {
    "@feathersjs/feathers": "^4.5.2",
    "@types/node": "^13.7.7",
    "body-parser": "^1.19.0",
    "dtslint": "^3.3.0",
    "feathers-memory": "^4.1.0",
    "istanbul": "^1.1.0-alpha.1",
    "mocha": "^7.1.0",
    "semistandard": "^14.2.0"
  }
}
