mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
18 lines
292 B
JSON
18 lines
292 B
JSON
{
|
|
"name": "@openhands/ui",
|
|
"version": "0.1.0",
|
|
"description": "OpenHands UI Components",
|
|
"keywords": [
|
|
"openhands",
|
|
"ui",
|
|
"components"
|
|
],
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@types/bun": "latest"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|