mirror of
https://github.com/better-auth/better-auth.git
synced 2026-08-01 10:50:40 -05:00
61 lines
1.3 KiB
JSON
61 lines
1.3 KiB
JSON
{
|
|
"name": "@better-auth/expo",
|
|
"version": "1.2.7",
|
|
"description": "",
|
|
"main": "dist/index.cjs",
|
|
"module": "dist/index.mjs",
|
|
"scripts": {
|
|
"test": "vitest",
|
|
"build": "unbuild --clean",
|
|
"dev": "unbuild --watch",
|
|
"stub": "unbuild --stub"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.mjs",
|
|
"require": "./dist/index.cjs"
|
|
},
|
|
"./client": {
|
|
"types": "./dist/client.d.ts",
|
|
"import": "./dist/client.mjs",
|
|
"require": "./dist/client.cjs"
|
|
}
|
|
},
|
|
"typesVersions": {
|
|
"*": {
|
|
"*": [
|
|
"./dist/index.d.ts"
|
|
],
|
|
"client": [
|
|
"./dist/client.d.ts"
|
|
]
|
|
}
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@better-fetch/fetch": "catalog:",
|
|
"better-auth": "workspace:*",
|
|
"better-sqlite3": "^11.6.0",
|
|
"expo-constants": "~17.0.8",
|
|
"expo-crypto": "^13.0.2",
|
|
"expo-linking": "~7.0.5",
|
|
"expo-secure-store": "~14.0.1",
|
|
"expo-web-browser": "~14.0.2",
|
|
"unbuild": "^3.5.0",
|
|
"vitest": "^1.6.0"
|
|
},
|
|
"peerDependencies": {
|
|
"better-auth": "workspace:*"
|
|
},
|
|
"dependencies": {
|
|
"@better-fetch/fetch": "catalog:",
|
|
"better-call": "catalog:",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
]
|
|
} |