{ "name": "@konobangu/auth", "version": "0.0.0", "private": true, "scripts": { "clean": "git clean -xdf .cache .turbo dist node_modules", "typecheck": "tsc --noEmit --emitDeclarationOnly false" }, "dependencies": { "@konobangu/database": "workspace:*", "@konobangu/env": "workspace:*", "@konobangu/tailwind-config": "workspace:*", "better-auth": "^1.1.12", "next-themes": "^0.4.4", "react": "^19.0.0", "server-only": "^0.0.1" }, "devDependencies": { "@konobangu/typescript-config": "workspace:*", "@types/better-sqlite3": "^7.6.12", "@types/node": "22.10.1", "@types/react": "19.0.1", "@types/react-dom": "^19.0.3", "typescript": "^5.7.3" }, "peerDependencies": { "next": "^15.1.3" } }