gradio/js/theme/package.json
pngwn e16b4abc37
chore: update versions (#6039)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-31 13:20:18 +00:00

15 lines
276 B
JSON

{
"name": "@gradio/theme",
"version": "0.2.0",
"description": "Gradio UI packages",
"type": "module",
"main": "src/index.ts",
"author": "",
"license": "ISC",
"private": false,
"scripts": {
"generate": "pollen -c src/pollen.config.cjs"
},
"main_changeset": true
}