tenantpilot/kirimase.config.json
2025-11-18 23:24:41 +01:00

20 lines
347 B
JSON

{
"hasSrc": false,
"packages": [
"shadcn-ui",
"drizzle",
"next-auth",
"resend",
"stripe"
],
"preferredPackageManager": "npm",
"t3": false,
"alias": "@",
"analytics": true,
"rootPath": "",
"componentLib": "shadcn-ui",
"driver": "pg",
"provider": "node-postgres",
"orm": "drizzle",
"auth": "next-auth"
}