{ "name": "@kk/auth", "type": "module", "exports": { ".": { "default": "./src/index.ts" }, "./*": { "default": "./src/*.ts" } }, "scripts": {}, "dependencies": { "@kk/db": "workspace:*", "@kk/env": "workspace:*", "better-auth": "catalog:", "dotenv": "catalog:", "zod": "catalog:" }, "devDependencies": { "@kk/config": "workspace:*", "typescript": "catalog:" } }