mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-12 10:34:32 +08:00
14 lines
245 B
JSON
14 lines
245 B
JSON
{
|
|
"name": "@gradio/file",
|
|
"version": "0.0.1",
|
|
"description": "Gradio UI packages",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@gradio/upload": "workspace:^0.0.1"
|
|
}
|
|
}
|