gradio/js/tootils/package.json
Gradio PR Bot 207ae11a21
chore: update versions (#9637)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-11 17:04:13 +01:00

25 lines
489 B
JSON

{
"name": "@self/tootils",
"version": "0.7.2",
"description": "Internal test utilities",
"type": "module",
"main": "src/index.ts",
"author": "",
"license": "ISC",
"private": true,
"dependencies": {
"@gradio/statustracker": "workspace:^",
"@gradio/utils": "workspace:^"
},
"peerDependencies": {
"svelte": "^4.0.0"
},
"exports": {
".": "./src/index.ts",
"./render": "./src/render.ts"
},
"scripts": {
"package": "svelte-package --input=. --cwd=../../.config/"
}
}