{ "$schema": "https://ui.shadcn.com/schema/registry.json", "name": "acme", "homepage": "https://acme.com", "items": [ { "name": "llms.txt", "type": "registry:item", "description": "A markdown version of your pages", "dependencies": ["@vahor/llms-txt"], "files": [ { "path": "registry/functionality/llms-txt/README.md", "type": "registry:file", "target": "README.md" }, { "path": "registry/functionality/llms-txt/script.ts", "type": "registry:file", "target": "~/scripts/generate-llms-txt.ts" } ] } ] }