Files
better-auth/packages/expo/package.json
2024-12-15 09:04:16 +03:00

46 lines
1.0 KiB
JSON

{
"name": "@better-auth/expo",
"version": "1.0.21",
"description": "",
"main": "dist/index.js",
"module": "dist/index.mjs",
"scripts": {
"test": "vitest",
"build": "tsup --dts --minify --clean",
"dev": "tsup --watch --sourcemap --dts"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./client": {
"types": "./dist/client.d.ts",
"import": "./dist/client.mjs",
"require": "./dist/client.js"
}
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@better-fetch/fetch": "1.1.12",
"better-auth": "workspace:*",
"better-sqlite3": "^11.6.0",
"expo-constants": "~16.0.2",
"expo-crypto": "^13.0.2",
"expo-linking": "~6.3.1",
"expo-secure-store": "~13.0.2",
"expo-web-browser": "~13.0.3",
"vitest": "^1.6.0"
},
"peerDependencies": {
"better-auth": "workspace:*"
},
"dependencies": {
"better-call": "^0.2.15",
"zod": "^3.23.8"
}
}