gradio / js /button /package.json
mindmime's picture
Upload folder using huggingface_hub
a03b3ba verified
{
"name": "@gradio/button",
"version": "0.2.18",
"description": "Gradio UI packages",
"type": "module",
"author": "",
"license": "ISC",
"private": false,
"dependencies": {
"@gradio/client": "workspace:^",
"@gradio/upload": "workspace:^",
"@gradio/utils": "workspace:^"
},
"main": "./Index.svelte",
"main_changeset": true,
"exports": {
".": "./Index.svelte",
"./package.json": "./package.json"
}
}