{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "baseui-particles-button", "description": "", "dependencies": ["lucide-react"], "registryDependencies": ["@craftdotui/baseui-button"], "files": [ { "path": "packages/baseui/particles/button/index.tsx", "content": "import { Button } from \"@/components/baseui/components/button\";\n\nexport default function Particle() {\n\treturn ;\n}\n", "type": "registry:component", "target": "components/baseui/particles/button.tsx" } ], "type": "registry:component" }