{
  "name": "@alchemy.run/better-auth",
  "version": "2.0.0-beta.79",
  "description": "Better Auth integration for Alchemy.",
  "homepage": "https://alchemy.run",
  "license": "Apache-2.0",
  "author": "Sam Goodwin <sam@alchemy.run>",
  "keywords": [
    "alchemy",
    "better-auth",
    "effect",
    "infrastructure-as-code"
  ],
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alchemy-run/alchemy.git",
    "directory": "packages/better-auth"
  },
  "bugs": {
    "url": "https://github.com/alchemy-run/alchemy/issues"
  },
  "files": [
    "lib",
    "src",
    "NOTICE"
  ],
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "bun": "./src/index.ts",
      "worker": "./src/index.ts",
      "import": "./lib/index.js"
    },
    "./*": {
      "types": "./lib/*.d.ts",
      "bun": "./src/*.ts",
      "worker": "./src/*.ts",
      "import": "./lib/*.js"
    },
    "./package.json": "./package.json"
  },
  "peerDependencies": {
    "@cloudflare/workers-types": "5.20260901.1",
    "@distilled.cloud/aws": "1.0.0-rc.12",
    "@neondatabase/serverless": "^1.0.1",
    "alchemy": "2.0.0-beta.79",
    "better-auth": "^1.6.2",
    "drizzle-orm": "1.0.0-rc.5-ab785fc",
    "effect": ">=4.0.0-rc.115 || >=4.0.0",
    "kysely": "^0.29.4",
    "mysql2": "^3.24.2",
    "pg": "^8.22.0"
  },
  "peerDependenciesMeta": {
    "@cloudflare/workers-types": {
      "optional": true
    },
    "@distilled.cloud/aws": {
      "optional": true
    },
    "@neondatabase/serverless": {
      "optional": true
    },
    "drizzle-orm": {
      "optional": true
    },
    "kysely": {
      "optional": true
    },
    "mysql2": {
      "optional": true
    },
    "pg": {
      "optional": true
    }
  },
  "devDependencies": {
    "@cloudflare/workers-types": "5.20260901.1",
    "@distilled.cloud/aws": "1.0.0-rc.12",
    "@effect/platform-bun": ">=4.0.0-rc.115 || >=4.0.0",
    "@neondatabase/serverless": "^1.0.1",
    "@types/bun": "1.3.14",
    "@types/pg": "^8.20.0",
    "alchemy": "2.0.0-beta.79",
    "alchemy-test": "0.0.0",
    "better-auth": "^1.6.2",
    "drizzle-orm": "1.0.0-rc.5-ab785fc",
    "effect": ">=4.0.0-rc.115 || >=4.0.0",
    "kysely": "^0.29.4",
    "mysql2": "^3.24.2",
    "pathe": "^2.0.3",
    "pg": "^8.22.0",
    "typescript": "^7.0.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc -b && bun ../../scripts/copy-package-files.ts better-auth",
    "test": "alchemy-test"
  }
}