{ "name": "@atproto/oauth-client-expo", "version": "0.0.10", "license": "MIT", "description": "ATPROTO OAuth client for Expo applications", "authors": [ "Hailey (https://github.com/haileyok)", "Matthieu Sieben (https://github.com/matthieusieben)" ], "keywords": [ "atproto", "oauth", "client", "react-native", "expo" ], "bugs": { "url": "https://github.com/bluesky-social/atproto/issues" }, "homepage": "https://github.com/bluesky-social/atproto/tree/main/packages/oauth/oauth-client-expo#readme", "repository": { "type": "git", "url": "https://github.com/bluesky-social/atproto", "directory": "packages/oauth/oauth-client-expo" }, "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "dependencies": { "@atproto-labs/simple-store": "workspace:^", "@atproto/oauth-client": "workspace:^", "@atproto/oauth-client-browser": "workspace:^", "core-js": "^3", "expo-web-browser": "^15.0.8", "react-native-mmkv": "^3.3.3", "react-native-url-polyfill": "^3.0.0" }, "peerDependencies": { "expo": "*", "react-native": "*" }, "scripts": { "build": "tsc --build tsconfig.build.json" } }