mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-21 02:19:59 +08:00
861d752a83
* chore: update versions * undo diff --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: freddyaboulton <alfonsoboulton@gmail.com>
15 lines
270 B
JSON
15 lines
270 B
JSON
{
|
|
"name": "@gradio/label",
|
|
"version": "0.0.2",
|
|
"description": "Gradio UI packages",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@gradio/utils": "workspace:^0.0.2"
|
|
},
|
|
"main_changeset": true
|
|
}
|