{ "name": "@gradio/statustracker", "version": "0.12.2", "description": "Gradio UI packages", "type": "module", "main": "./index.ts", "author": "", "license": "ISC", "main_changeset": true, "exports": { ".": { "gradio": "./index.ts", "svelte": "./dist/index.js", "types": "./dist/index.d.ts" }, "./package.json": "./package.json" }, "dependencies": { "@gradio/atoms": "workspace:^", "@gradio/icons": "workspace:^", "@gradio/sanitize": "^0.2.0", "@gradio/utils": "workspace:^" }, "devDependencies": { "@gradio/preview": "workspace:^" }, "peerDependencies": { "svelte": "^5.48.0" }, "repository": { "type": "git", "url": "git+https://github.com/gradio-app/gradio.git", "directory": "js/statustracker" } }