{
  "name": "@bedrock/account-http",
  "version": "9.1.0",
  "type": "module",
  "description": "HTTP API for Bedrock User Accounts",
  "license": "SEE LICENSE IN LICENSE.md",
  "main": "./lib/index.js",
  "scripts": {
    "lint": "eslint ."
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/digitalbazaar/bedrock-account-http"
  },
  "keywords": [
    "bedrock"
  ],
  "author": {
    "name": "Digital Bazaar, Inc.",
    "email": "support@digitalbazaar.com",
    "url": "https://digitalbazaar.com/"
  },
  "bugs": {
    "url": "https://github.com/digitalbazaar/bedrock-account-http/issues"
  },
  "homepage": "https://github.com/digitalbazaar/bedrock-account-http",
  "dependencies": {
    "express-query-boolean": "^2.0.0",
    "express-query-int": "^3.0.0",
    "forwarded": "^0.2.0"
  },
  "peerDependencies": {
    "@bedrock/account": "^10.0.0",
    "@bedrock/core": "^6.3.0",
    "@bedrock/express": "^8.3.1",
    "@bedrock/passport": "^12.0.0",
    "@bedrock/turnstile": "^1.0.2",
    "@bedrock/validation": "^7.1.1"
  },
  "directories": {
    "lib": "./lib"
  },
  "devDependencies": {
    "eslint": "^8.57.1",
    "eslint-config-digitalbazaar": "^5.2.0",
    "eslint-plugin-jsdoc": "^50.6.3",
    "eslint-plugin-unicorn": "^56.0.1"
  },
  "engines": {
    "node": ">=18"
  }
}
