frontend / 6.4.1 /utils /package.json
gradio-pr-bot's picture
Upload folder using huggingface_hub
403a409 verified
{
"name": "@gradio/utils",
"version": "0.11.2",
"description": "Gradio UI packages",
"type": "module",
"main": "./src/index.ts",
"author": "",
"license": "ISC",
"dependencies": {
"@gradio/theme": "workspace:^"
},
"main_changeset": true,
"repository": {
"type": "git",
"url": "git+https://github.com/gradio-app/gradio.git",
"directory": "js/utils"
},
"exports": {
".": {
"gradio": "./src/index.ts",
"types": "./dist/src/index.d.ts",
"import": "./dist/src/index.js"
},
"./package.json": "./package.json"
},
"scripts": {
"package": "svelte-package --input=. --tsconfig=../../tsconfig.json"
}
}