{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "hello-worldV2", "title": "Hello WorldV2", "description": "A simple hello world component", "registryDependencies": [ "button" ], "files": [ { "path": "registry/new-york/blocks/hello-worldV2/hello-worldV2.tsx", "content": "export function HelloWorld() {\n\treturn

Hello WorldV2

;\n}\n", "type": "registry:component" } ], "type": "registry:component" }