mirror of
https://github.com/vercel/ai-elements.git
synced 2026-09-14 19:48:26 +08:00
bc87126434
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
22 lines
572 B
JSON
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"
|
|
]
|
|
}
|