{
  "name": "@zync/auth",
  "version": "0.0.1",
  "private": true,
  "type": "module",
  "main": "./src/index.ts",
  "exports": {
    ".": "./src/index.ts",
    "./redirect": "./src/redirect.ts"
  },
  "scripts": {
    "typecheck": "tsc --noEmit",
    "build": "tsc --noEmit"
  },
  "dependencies": {
    "@zync/db": "workspace:*",
    "@zync/types": "workspace:*",
    "drizzle-orm": "^0.45.2",
    "hono": "^4.0.0",
    "jose": "^5.0.0"
  },
  "devDependencies": {
    "@cloudflare/workers-types": "^4.20240512.0",
    "@types/node": "^22.0.0",
    "@zync/config": "workspace:*",
    "typescript": "^5.5.0"
  }
}
