{
  "name": "@better-auth/infra",
  "version": "0.4.3",
  "description": "Dashboard and analytics plugin for Better Auth",
  "type": "module",
  "main": "dist/index.mjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.mts",
  "sideEffects": false,
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown --watch --no-clean",
    "typecheck": "tsc --noEmit",
    "test": "bun test --parallel",
    "test:watch": "bun test --watch",
    "coverage": "bun test --coverage --parallel"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "import": "./dist/index.mjs",
      "default": "./dist/index.mjs"
    },
    "./client": {
      "types": "./dist/client.d.mts",
      "import": "./dist/client.mjs",
      "default": "./dist/client.mjs"
    },
    "./email": {
      "types": "./dist/email.d.mts",
      "import": "./dist/email.mjs",
      "default": "./dist/email.mjs"
    },
    "./native": {
      "types": "./dist/native.d.mts",
      "import": "./dist/native.mjs",
      "default": "./dist/native.mjs"
    }
  },
  "files": [
    "dist",
    "README.md",
    "CHANGELOG.md"
  ],
  "keywords": [
    "better-auth",
    "auth",
    "authentication",
    "dashboard",
    "analytics",
    "security"
  ],
  "author": "Better Auth",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/better-auth/infrastructure.git",
    "directory": "packages/infra"
  },
  "bugs": {
    "url": "https://github.com/better-auth/infrastructure/issues"
  },
  "homepage": "https://better-auth.com",
  "devDependencies": {
    "@better-auth/kysely-adapter": "1.7.0-rc.1",
    "@better-auth/scim": "1.7.0-rc.1",
    "@better-auth/sso": "1.7.0-rc.1",
    "@infra/mocks": "0.0.0",
    "@infra/utils": "0.0.0",
    "@types/bun": "latest",
    "@types/node": "^24.12.0",
    "better-auth": "1.7.0-rc.1",
    "expo-crypto": "^57.0.1",
    "happy-dom": "^20.9.0",
    "msw": "^2.14.6",
    "tsdown": "^0.22.14",
    "typescript": "^5.9.2",
    "zod": "4.3.6"
  },
  "dependencies": {
    "@better-auth/utils": "^0.4.2",
    "@better-fetch/fetch": "1.3.1",
    "@noble/hashes": "^2.2.0",
    "@xmldom/xmldom": "^0.9.10",
    "better-call": "1.3.7",
    "jose": "^6.2.9",
    "libphonenumber-js": "^1.13.11"
  },
  "peerDependencies": {
    "better-auth": ">=1.4.0",
    "zod": ">=4.1.12",
    "@better-auth/core": ">=1.4.0",
    "react-native": ">=0.74.0",
    "@react-native-async-storage/async-storage": ">=1.21.0",
    "expo-constants": ">=16.0.0",
    "expo-crypto": ">=13.0.0",
    "expo-device": ">=6.0.0"
  },
  "peerDependenciesMeta": {
    "react-native": {
      "optional": true
    },
    "@react-native-async-storage/async-storage": {
      "optional": true
    },
    "expo-constants": {
      "optional": true
    },
    "expo-crypto": {
      "optional": true
    },
    "expo-device": {
      "optional": true
    }
  }
}
