gradio/js/icons/package.json
Gradio PR Bot 5a2967e78a
chore: update versions (#9747)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-21 19:28:58 -07:00

28 lines
551 B
JSON

{
"name": "@gradio/icons",
"version": "0.8.1",
"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": "^4.0.0"
},
"exports": {
".": {
"gradio": "./src/index.ts",
"svelte": "./dist/src/index.js",
"types": "./dist/src/index.d.ts"
},
"./package.json": "./package.json"
}
}