{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "crm-pipeline",
  "title": "Sales Pipeline",
  "description": "Qualification, evaluation, proposal, and negotiation with weighted deal values.",
  "registryDependencies": [
    "https://components.exe.xyz/r/product-workspace.json"
  ],
  "files": [
    {
      "path": "src/components/templates/crm-pipeline.tsx",
      "content": "import { ProductWorkspaceTemplate } from \"./product-workspace\"\n\nexport function CrmPipelineTemplate() {\n  return <ProductWorkspaceTemplate kind=\"crm\" />\n}\n",
      "type": "registry:block"
    }
  ],
  "type": "registry:block"
}