Files
vercel__ai-elements/packages/cli/package.json
streamdown-github-app[bot] bc87126434 Version Packages (#394)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-12 00:47:49 -07:00

22 lines
572 B
JSON

{
"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"
]
}