Files
github-actions[bot] caad88223f Version packages (#4653)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-02-20 09:05:35 +01:00

51 lines
1.3 KiB
JSON
Executable File

{
"name": "@atproto/oauth-client-expo",
"version": "0.0.10",
"license": "MIT",
"description": "ATPROTO OAuth client for Expo applications",
"authors": [
"Hailey <me@haileyok.com> (https://github.com/haileyok)",
"Matthieu Sieben <me@matthieusieben.com> (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"
}
}