{
  "name": "@atproto/oauth-client-browser",
  "version": "0.4.9",
  "license": "MIT",
  "description": "ATPROTO OAuth client for the browser (relies on WebCrypto & Indexed DB)",
  "keywords": [
    "atproto",
    "oauth",
    "client",
    "browser",
    "webcrypto",
    "indexed",
    "db"
  ],
  "homepage": "https://atproto.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/bluesky-social/atproto",
    "directory": "packages/oauth/oauth-client-browser"
  },
  "files": [
    "./dist",
    "./README.md",
    "./CHANGELOG.md"
  ],
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "engines": {
    "node": ">=22"
  },
  "dependencies": {
    "core-js": "^3",
    "@atproto-labs/simple-store": "^0.4.4",
    "@atproto/did": "^0.5.4",
    "@atproto/oauth-client": "^0.7.11",
    "@atproto/jwk-webcrypto": "^0.3.4",
    "@atproto/oauth-types": "^0.7.5",
    "@atproto-labs/handle-resolver": "^0.4.6",
    "@atproto-labs/did-resolver": "^0.3.5",
    "@atproto/jwk": "^0.7.4"
  },
  "scripts": {
    "build": "tsgo --build tsconfig.build.json"
  }
}