{
  "name": "@platform-modules/auth",
  "version": "0.4.0",
  "license": "Apache-2.0",
  "type": "module",
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/platform-modules/mod.git",
    "directory": "packages/auth"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./api-keys": {
      "types": "./dist/api-keys/index.d.ts",
      "import": "./dist/api-keys/index.js"
    },
    "./oauth-provider": {
      "types": "./dist/oauth-provider/index.d.ts",
      "import": "./dist/oauth-provider/index.js"
    },
    "./engine-custom": {
      "types": "./dist/engine-custom/index.d.ts",
      "import": "./dist/engine-custom/index.js"
    },
    "./engine-better-auth": {
      "types": "./dist/engine-better-auth.d.ts",
      "import": "./dist/engine-better-auth.js"
    },
    "./otp-email": {
      "types": "./dist/otp-email.d.ts",
      "import": "./dist/otp-email.js"
    }
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@platform-modules/db": "^0.2.2",
    "@platform-modules/mail": "^0.1.0",
    "@platform-modules/util": "^0.3.0"
  },
  "peerDependencies": {
    "better-auth": "^1.6.13",
    "drizzle-orm": "^0.45.2"
  },
  "peerDependenciesMeta": {
    "better-auth": {
      "optional": true
    },
    "drizzle-orm": {
      "optional": true
    }
  },
  "devDependencies": {
    "@electric-sql/pglite": "^0.5.2",
    "better-auth": "^1.6.13",
    "drizzle-orm": "^0.45.2",
    "tsup": "^8.2.0",
    "typescript": "^5.5.0",
    "@types/node": "22.19.21",
    "vitest": "^3.2.6",
    "@platform-modules/db": "0.2.2",
    "@platform-modules/mail": "0.1.0",
    "@platform-modules/util": "0.3.0",
    "@tooling/tsup-config": "0.0.0",
    "@tooling/vitest-config": "^0.0.0"
  },
  "scripts": {
    "build": "tsup",
    "test": "vitest run",
    "typecheck": "tsc --noEmit"
  }
}