gradio/js/tootils/package.json
pngwn 73d7de77e4
chore: update versions (#6200)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-03 12:16:42 -07:00

19 lines
365 B
JSON

{
"name": "@gradio/tootils",
"version": "0.1.1",
"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"
}
}