mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-27 01:40:20 +08:00
b301ce418b
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
19 lines
365 B
JSON
19 lines
365 B
JSON
{
|
|
"name": "@gradio/tootils",
|
|
"version": "0.5.0",
|
|
"description": "Internal test utilities",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"private": false,
|
|
"dependencies": {
|
|
"@gradio/statustracker": "workspace:^",
|
|
"@gradio/utils": "workspace:^"
|
|
},
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./render": "./src/render.ts"
|
|
}
|
|
}
|