{
  "name": "ai-elements",
  "version": "1.9.0",
  "description": "AI Elements is a component library and custom registry built on top of shadcn/ui to help you build AI-native applications faster.",
  "homepage": "https://elements.ai-sdk.dev",
  "license": "Apache-2.0",
  "author": "Hayden Bleasel <hayden.bleasel@vercel.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vercel/ai-elements.git",
    "directory": "packages/cli"
  },
  "bin": {
    "elements": "index.js"
  },
  "files": [
    "index.js",
    "README.md",
    "LICENSE"
  ]
}