File size: 632 Bytes
403a409 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
{
"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"
}
}
|