{
  "name": "@hapi/bell",
  "description": "Third-party login plugin for hapi",
  "version": "13.1.0",
  "repository": "git://github.com/hapijs/bell",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "engines": {
    "node": ">=14.0.0"
  },
  "files": [
    "lib"
  ],
  "keywords": [
    "hapi",
    "login",
    "authentication",
    "oauth",
    "plugin",
    "auth0",
    "arcgisonline",
    "bitbucket",
    "dropbox",
    "facebook",
    "fitbit",
    "foursquare",
    "github",
    "gitlab",
    "google",
    "instagram",
    "medium",
    "linkedin",
    "live",
    "meetup",
    "nest",
    "phabricator",
    "office365",
    "okta",
    "reddit",
    "spotify",
    "tumblr",
    "twitter",
    "vk",
    "wordpress",
    "yahoo"
  ],
  "eslintConfig": {
    "extends": [
      "plugin:@hapi/module"
    ]
  },
  "dependencies": {
    "@hapi/boom": "^10.0.1",
    "@hapi/bounce": "^3.0.1",
    "@hapi/cryptiles": "^6.0.1",
    "@hapi/hoek": "^11.0.2",
    "@hapi/wreck": "^18.0.1",
    "joi": "^17.7.1"
  },
  "devDependencies": {
    "@hapi/code": "^9.0.3",
    "@hapi/eslint-plugin": "^6.0.0",
    "@hapi/hapi": "^21.2.1",
    "@hapi/hawk": "^8.0.0",
    "@hapi/lab": "^25.0.1",
    "@hapi/teamwork": "^6.0.0",
    "@types/node": "^20.11.30",
    "typescript": "^5.4.2"
  },
  "scripts": {
    "test": "lab -a @hapi/code -t 100 -L -m 3000 -Y",
    "test-cov-html": "lab -a @hapi/code -r html -o coverage.html -m 3000"
  },
  "license": "BSD-3-Clause"
}
