{
  "name": "bedrock-account-http-test",
  "version": "0.0.1-0",
  "type": "module",
  "private": true,
  "scripts": {
    "test": "node --preserve-symlinks test.js test",
    "coverage": "cross-env NODE_ENV=test c8 --reporter=lcov --reporter=text-summary npm test",
    "coverage-ci": "cross-env NODE_ENV=test c8 --reporter=lcovonly npm test",
    "coverage-report": "c8 report"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/digitalbazaar/bedrock-account-http"
  },
  "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": {
    "@bedrock/account": "^10.0.0",
    "@bedrock/account-http": "file:..",
    "@bedrock/core": "^6.3.0",
    "@bedrock/express": "^8.3.1",
    "@bedrock/mongodb": "^11.0.0",
    "@bedrock/passport": "^12.0.0",
    "@bedrock/server": "^5.1.0",
    "@bedrock/test": "^8.2.0",
    "@bedrock/turnstile": "^1.0.2",
    "@bedrock/validation": "^7.1.1",
    "apisauce": "^3.1.0",
    "c8": "^10.1.3",
    "cross-env": "^7.0.3",
    "sinon": "^19.0.2"
  },
  "c8": {
    "excludeNodeModules": false,
    "include": [
      "node_modules/@bedrock/account-http/**"
    ],
    "exclude": [
      "node_modules/@bedrock/account-http/node_modules/**"
    ]
  }
}
