{ "name": "expo-atproto-auth-example", "license": "0BSD", "version": "1.0.0", "main": "index.ts", "scripts": { "start": "expo start", "android": "expo run:android", "ios": "expo run:ios", "web": "expo start --web" }, "dependencies": { "@atproto/api": "^0.15.26", "@atproto/oauth-client": "^0.5.1", "abortcontroller-polyfill": "^1.7.8", "event-target-polyfill": "^0.0.4", "expo": "~53.0.17", "expo-web-browser": "^14.2.0", "react": "19.0.0", "react-native": "0.79.5", "react-native-mmkv": "^3.3.0", "react-native-url-polyfill": "^2.0.0", "text-encoding": "^0.7.0", "web-streams-polyfill": "^4.1.0" }, "devDependencies": { "@babel/core": "^7.25.2", "@types/react": "~19.0.10", "typescript": "~5.8.3" }, "private": true, "expo": { "autolinking": { "nativeModulesDir": ".." } } }