{
  "$schema": "https://shadcn-vue.com/schema/registry-item.json",
  "name": "init",
  "title": "Init",
  "type": "registry:lib",
  "files": [],
  "dependencies": [
    "typescript"
  ],
  "devDependencies": [],
  "registryDependencies": [
    "https://uipkge.dev/r/vue/tailwind.json",
    "https://uipkge.dev/r/vue/utils.json",
    "https://uipkge.dev/r/vue/use-theme.json"
  ],
  "description": "One-shot bootstrap. Pulls tailwind tokens, the cn() helper, and the useTheme composable in a single command. Run this first when starting a new app."
}