| { | |
| "name": "@gradio/icons", | |
| "version": "0.15.0-dev.0", | |
| "description": "Gradio UI packages", | |
| "type": "module", | |
| "main": "src/index.ts", | |
| "author": "", | |
| "license": "ISC", | |
| "private": false, | |
| "main_changeset": true, | |
| "repository": { | |
| "type": "git", | |
| "url": "git+https://github.com/gradio-app/gradio.git", | |
| "directory": "js/icons" | |
| }, | |
| "peerDependencies": { | |
| "svelte": "^5.43.4" | |
| }, | |
| "exports": { | |
| ".": { | |
| "gradio": "./src/index.ts", | |
| "svelte": "./dist/src/index.js", | |
| "types": "./dist/src/index.d.ts" | |
| }, | |
| "./package.json": "./package.json" | |
| } | |
| } | |