@ragrabbit/mcp

by madarco
Verified
{ "name": "@repo/auth", "version": "0.0.1", "private": true, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "devDependencies": { "@repo/db": "workspace:*", "@repo/logger": "workspace:*", "next": "15.1.4" }, "dependencies": { "@auth/drizzle-adapter": "^1.7.4", "@t3-oss/env-nextjs": "^0.11.1", "next-auth": "5.0.0-beta.25", "zod": "^3.24.1" }, "peerDependencies": { "@repo/db": "workspace:*", "@repo/logger": "workspace:*", "next": "15.1.4" } }