mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-27 01:40:20 +08:00
207ae11a21
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
25 lines
489 B
JSON
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/"
|
|
}
|
|
}
|