UNPKG

@better-auth/expo

Version:

Better Auth integration for Expo and React Native applications.

103 lines 2.47 kB
{ "name": "@better-auth/expo", "version": "1.4.15", "type": "module", "description": "Better Auth integration for Expo and React Native applications.", "main": "dist/index.mjs", "module": "dist/index.mjs", "types": "dist/index.d.mts", "repository": { "type": "git", "url": "git+https://github.com/better-auth/better-auth.git", "directory": "packages/expo" }, "homepage": "https://www.better-auth.com/docs/integrations/expo", "exports": { ".": { "dev-source": "./src/index.ts", "types": "./dist/index.d.mts", "default": "./dist/index.mjs" }, "./client": { "dev-source": "./src/client.ts", "types": "./dist/client.d.mts", "default": "./dist/client.mjs" }, "./plugins": { "dev-source": "./src/plugins/index.ts", "types": "./dist/plugins/index.d.mts", "default": "./dist/plugins/index.mjs" } }, "typesVersions": { "*": { "*": [ "./dist/index.d.mts" ], "client": [ "./dist/client.d.mts" ], "plugins": [ "./dist/plugins/index.d.mts" ] } }, "keywords": [ "auth", "expo", "react-native", "typescript", "better-auth" ], "publishConfig": { "access": "public" }, "license": "MIT", "devDependencies": { "@better-fetch/fetch": "1.1.21", "expo-constants": "~17.1.7", "expo-network": "^8.0.7", "expo-linking": "~7.1.7", "expo-web-browser": "~14.2.0", "react-native": "~0.80.2", "tsdown": "^0.17.2", "@better-auth/core": "1.4.15", "better-auth": "1.4.15" }, "peerDependencies": { "expo-constants": ">=17.0.0", "expo-linking": ">=7.0.0", "expo-network": "^8.0.7", "expo-web-browser": ">=14.0.0", "better-auth": "1.4.15", "@better-auth/core": "1.4.15" }, "peerDependenciesMeta": { "expo-constants": { "optional": true }, "expo-linking": { "optional": true }, "expo-web-browser": { "optional": true } }, "dependencies": { "@better-fetch/fetch": "1.1.21", "better-call": "1.1.8", "zod": "^4.1.12" }, "files": [ "dist" ], "scripts": { "test": "vitest", "coverage": "vitest run --coverage --coverage.provider=istanbul", "lint:types": "attw --profile esm-only --pack .", "lint:package": "publint run --strict", "build": "tsdown", "dev": "tsdown --watch", "typecheck": "tsc --project tsconfig.json" } }