github-actions[bot] a44db38d05
Version packages (#3345)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-01-13 16:32:43 -08:00

50 lines
1.2 KiB
JSON

{
"name": "@atproto/oauth-client-browser",
"version": "0.3.7",
"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": "workspace:*",
"@atproto-labs/handle-resolver": "workspace:*",
"@atproto-labs/simple-store": "workspace:*",
"@atproto/did": "workspace:*",
"@atproto/jwk": "workspace:*",
"@atproto/jwk-webcrypto": "workspace:*",
"@atproto/oauth-client": "workspace:*",
"@atproto/oauth-types": "workspace:*"
},
"devDependencies": {
"typescript": "^5.6.3"
},
"scripts": {
"build": "tsc --build tsconfig.build.json"
}
}