@atproto/oauth-client-browser
Version:
ATPROTO OAuth client for the browser (relies on WebCrypto & Indexed DB)
49 lines • 1.16 kB
JSON
{
"name": "@atproto/oauth-client-browser",
"version": "0.3.27",
"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"
},
"type": "commonjs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"files": [
"dist"
],
"dependencies": {
"@atproto-labs/did-resolver": "0.2.0",
"@atproto-labs/handle-resolver": "0.3.0",
"@atproto-labs/simple-store": "0.2.0",
"@atproto/did": "0.1.5",
"@atproto/jwk": "0.4.0",
"@atproto/jwk-webcrypto": "0.1.9",
"@atproto/oauth-client": "0.5.1",
"@atproto/oauth-types": "0.4.0"
},
"devDependencies": {
"typescript": "^5.6.3"
},
"scripts": {
"build": "tsc --build tsconfig.build.json"
}
}