{
"$schema": "https://shadcn-svelte.com/schema/registry-item.json",
"name": "hello-world",
"title": "Hello World",
"type": "registry:block",
"description": "A complex hello world component",
"files": [
{
"path": "registry/hello-world/page.svelte",
"type": "registry:page",
"target": "src/routes/hello/+page.svelte"
},
{
"path": "registry/hello-world/components/hello-world.svelte",
"type": "registry:component"
},
{
"path": "registry/hello-world/components/formatted-message.svelte",
"type": "registry:component"
},
{
"path": "registry/hello-world/hooks/use-hello.svelte.ts",
"type": "registry:hook"
},
{
"path": "registry/hello-world/lib/format-date.ts",
"type": "registry:utils"
},
{
"path": "registry/hello-world/hello.config.ts",
"type": "registry:file",
"target": "hello.config.ts"
}
]
}