{
  "name": "@better-auth/telemetry",
  "version": "1.4.21",
  "description": "Telemetry package for Better Auth",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/better-auth/better-auth.git",
    "directory": "packages/telemetry"
  },
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "exports": {
    ".": {
      "dev-source": "./src/index.ts",
      "types": "./dist/index.d.mts",
      "default": "./dist/index.mjs"
    }
  },
  "typesVersions": {
    "*": {
      "index": [
        "dist/index.d.mts"
      ]
    }
  },
  "devDependencies": {
    "tsdown": "^0.17.2",
    "type-fest": "^5.2.0",
    "@better-auth/core": "1.4.21"
  },
  "dependencies": {
    "@better-auth/utils": "0.3.0",
    "@better-fetch/fetch": "1.1.21"
  },
  "peerDependencies": {
    "@better-auth/core": "1.4.21"
  },
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown --watch",
    "lint:package": "publint run --strict",
    "lint:types": "attw --profile esm-only --pack .",
    "typecheck": "tsc --project tsconfig.json"
  }
}