Live video on the AT Protocol
1{
2 "name": "@streamplace/atproto-oauth-client-react-native",
3 "version": "0.8.0",
4 "license": "MIT",
5 "description": "ATProto OAuth client for React Native",
6 "keywords": [
7 "atproto",
8 "oauth",
9 "client",
10 "node"
11 ],
12 "homepage": "https://atproto.com",
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/bluesky-social/atproto",
16 "directory": "packages/oauth/oauth-client-react-native"
17 },
18 "type": "commonjs",
19 "main": "dist/index.js",
20 "types": "dist/index.d.ts",
21 "exports": {
22 ".": {
23 "types": "./dist/index.d.ts",
24 "default": "./dist/index.js"
25 }
26 },
27 "files": [
28 "dist",
29 "src"
30 ],
31 "dependencies": {
32 "@atproto-labs/did-resolver": "0.2.1",
33 "@atproto-labs/handle-resolver-node": "0.1.19",
34 "@atproto-labs/simple-store": "0.3.0",
35 "@atproto-labs/simple-store-memory": "0.1.4",
36 "@atproto/did": "0.2.0",
37 "@atproto/jwk": "0.5.0",
38 "@atproto/jwk-jose": "0.1.10",
39 "@atproto/jwk-webcrypto": "0.1.10",
40 "@atproto/oauth-client": "0.5.5",
41 "@atproto/oauth-client-browser": "0.3.31",
42 "@atproto/oauth-types": "0.4.1",
43 "abortcontroller-polyfill": "^1.7.6",
44 "event-target-shim": "^6.0.2",
45 "expo-sqlite": "^15.0.3",
46 "jose": "^5.2.0",
47 "react-native-quick-crypto": "^0.7.7"
48 },
49 "devDependencies": {
50 "@types/node": "^22.10.1",
51 "typescript": "^5.6.3"
52 },
53 "scripts": {
54 "build": "tsc --build tsconfig.build.json",
55 "prepare": "pnpm run build"
56 }
57}