kepler-chat/jsrepo.json
2025-06-14 09:28:12 -05:00

16 lines
379 B
JSON

{
"$schema": "https://unpkg.com/jsrepo@2.3.1/schemas/project-config.json",
"repos": ["@ieedan/shadcn-svelte-extras"],
"includeTests": false,
"watermark": true,
"formatter": "prettier",
"configFiles": {},
"paths": {
"*": "$lib/blocks",
"utils": "$lib/utils",
"ts": "$lib/utils",
"ui": "$lib/components/ui",
"actions": "$lib/actions",
"hooks": "$lib/hooks"
}
}