gradio/js/tootils/package.json
pngwn b301ce418b
chore: update versions (#8458)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-06 07:06:28 -07:00

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"
}
}