@atproto/oauth-client-browser
Version:
ATPROTO OAuth client for the browser (relies on WebCrypto & Indexed DB)
50 lines • 1.15 kB
JSON
{
"name": "@atproto/oauth-client-browser",
"version": "0.5.3",
"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/did-resolver": "^0.3.7",
"@atproto-labs/handle-resolver": "^0.4.8",
"@atproto-labs/simple-store": "^0.5.1",
"@atproto/did": "^0.5.4",
"@atproto/jwk": "^0.7.4",
"@atproto/jwk-webcrypto": "^0.3.4",
"@atproto/oauth-types": "^0.7.5",
"@atproto/oauth-client": "^0.8.3"
},
"scripts": {
"build": "tsc --build tsconfig.build.json"
}
}