gradio/js/utils/package.json
Gradio PR Bot 4d520a8a7b
chore: update versions (#9908)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-15 16:16:39 -08:00

31 lines
648 B
JSON

{
"name": "@gradio/utils",
"version": "0.8.0",
"description": "Gradio UI packages",
"type": "module",
"main": "./src/index.ts",
"author": "",
"license": "ISC",
"dependencies": {
"@gradio/theme": "workspace:^",
"svelte-i18n": "^3.6.0"
},
"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=. --cwd=../../.config/"
}
}