{ "name": "@kit/sitzungsprotokolle", "version": "0.1.0", "private": true, "typesVersions": { "*": { "*": [ "src/*" ] } }, "exports": { "./api": "./src/server/api.ts", "./schema/*": "./src/schema/*.ts", "./components": "./src/components/index.ts", "./actions/*": "./src/server/actions/*.ts", "./lib/*": "./src/lib/*.ts" }, "scripts": { "clean": "git clean -xdf .turbo node_modules", "typecheck": "tsc --noEmit" }, "devDependencies": { "@hookform/resolvers": "catalog:", "@kit/next": "workspace:*", "@kit/shared": "workspace:*", "@kit/supabase": "workspace:*", "@kit/tsconfig": "workspace:*", "@kit/ui": "workspace:*", "@supabase/supabase-js": "catalog:", "@types/react": "catalog:", "lucide-react": "catalog:", "next": "catalog:", "next-safe-action": "catalog:", "react": "catalog:", "react-hook-form": "catalog:", "zod": "catalog:" } }