{
  "name": "bedrock-account",
  "version": "6.3.2",
  "description": "User accounts for Bedrock applications",
  "license": "SEE LICENSE IN LICENSE.md",
  "main": "./lib",
  "scripts": {
    "generate-readme": "jsdoc2md -t readme-template.hbs lib/*.js > README.md",
    "lint": "eslint ."
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/digitalbazaar/bedrock-account"
  },
  "keywords": [
    "bedrock"
  ],
  "author": {
    "name": "Digital Bazaar, Inc.",
    "email": "support@digitalbazaar.com",
    "url": "https://digitalbazaar.com/"
  },
  "bugs": {
    "url": "https://github.com/digitalbazaar/bedrock-account/issues"
  },
  "homepage": "https://github.com/digitalbazaar/bedrock-account",
  "dependencies": {
    "assert-plus": "^1.0.0",
    "esm": "^3.2.25",
    "fast-json-patch": "^3.1.0"
  },
  "peerDependencies": {
    "bedrock": "^4.5.0",
    "bedrock-mongodb": "^8.4.0",
    "bedrock-validation": "^5.5.0"
  },
  "directories": {
    "lib": "./lib"
  },
  "devDependencies": {
    "eslint": "^7.11.0",
    "eslint-config-digitalbazaar": "^2.8.0",
    "eslint-plugin-jsdoc": "^37.9.7",
    "jsdoc-to-markdown": "^6.0.1"
  }
}
