{
    "name": "@daveyplate/better-auth-capacitor",
    "homepage": "https://github.com/daveyplate/better-auth-capacitor",
    "version": "0.0.1",
    "description": "Capacitor helpers for Better Auth OAuth, Magic Link, etc using Universal Links",
    "files": ["src", "dist"],
    "scripts": {
        "build": "tsup --clean --dts",
        "dev": "tsc-watch --onSuccess 'biome check --fix'",
        "prepublishOnly": "rm -rf dist && tsup --clean --dts"
    },
    "type": "module",
    "main": "./dist/index.cjs",
    "module": "./dist/index.js",
    "exports": {
        ".": {
            "import": {
                "types": "./dist/index.d.ts",
                "default": "./dist/index.js"
            },
            "require": {
                "types": "./dist/index.d.cts",
                "default": "./dist/index.cjs"
            }
        },
        "./react": {
            "import": {
                "types": "./dist/react.d.ts",
                "default": "./dist/react.js"
            },
            "require": {
                "types": "./dist/react.d.cts",
                "default": "./dist/react.cjs"
            }
        }
    },
    "keywords": ["typescript"],
    "author": "daveycodez",
    "license": "MIT",
    "devDependencies": {
        "@capacitor/app": ">=7.0.0",
        "@types/node": "^22.14.1",
        "@types/react": "^19.1.2",
        "@types/react-dom": "^19.1.2",
        "better-auth": ">=1.2.7",
        "esbuild-plugin-preserve-directives": "^0.0.11",
        "react": "^19.1.0",
        "react-dom": "^19.1.0",
        "tsc-watch": "^6.2.1",
        "tsup": "^8.4.0",
        "tsx": "^4.19.3",
        "turbo": "^2.5.0",
        "typescript": "^5.8.3"
    },
    "peerDependencies": {
        "react": ">=18.0.0",
        "react-dom": ">=18.0.0"
    },
    "packageManager": "pnpm@10.8.1"
}
