{
  "name": "@better-auth/test-utils",
  "version": "1.6.25",
  "description": "Testing utilities for Better Auth adapter development",
  "type": "module",
  "license": "MIT",
  "homepage": "https://www.better-auth.com",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/better-auth/better-auth.git",
    "directory": "packages/test-utils"
  },
  "keywords": [
    "auth",
    "testing",
    "typescript",
    "better-auth"
  ],
  "publishConfig": {
    "access": "public"
  },
  "sideEffects": false,
  "files": [
    "dist"
  ],
  "exports": {
    "./adapter": {
      "dev-source": "./src/adapter/index.ts",
      "default": "./dist/adapter.mjs",
      "types": "./dist/adapter.d.mts"
    }
  },
  "devDependencies": {
    "tsdown": "0.22.7",
    "vitest": "^4.1.5",
    "@better-auth/core": "1.6.25",
    "better-auth": "1.6.25"
  },
  "peerDependencies": {
    "vitest": "^4.1.5",
    "@better-auth/core": "^1.6.25",
    "better-auth": "^1.6.25"
  },
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown --watch"
  }
}