hc99's picture
Add files using upload-large-folder tool
8766bc5 verified
raw
history blame
506 Bytes
{
"name": "@gradio/button",
"version": "0.2.0",
"description": "Gradio UI packages",
"type": "module",
"main": "./static/index.ts",
"author": "",
"license": "ISC",
"private": true,
"dependencies": {
"@gradio/upload": "workspace:^",
"@gradio/utils": "workspace:^"
},
"main_changeset": true,
"exports": {
".": "./static/index.ts",
"./package.json": "./package.json",
"./interactive": "./interactive/index.ts",
"./static": "./static/index.ts",
"./example": "./example/index.ts"
}
}