{ "$schema": "https://ui.shadcn.com/schema/registry.json", "name": "techpix-shadcn-registry", "homepage": "https://registry.techpix.com", "items": [ { "name": "open-in-v0-button", "type": "registry:component", "title": "Open In V0", "description": "A button to open the V0 editor.", "registryDependencies": ["@internal/button"], "files": [ { "path": "./components/open-in-v0-button.tsx", "type": "registry:ui" } ] }, { "name": "button", "type": "registry:component", "title": "Button", "description": "A shadcn button.", "files": [ { "path": "./components/ui/button.tsx", "type": "registry:ui" } ] } ] }