gradio/js/lite/package.json
pngwn d9afb0ff32
chore: update versions (#8147)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-26 19:17:13 +01:00

24 lines
442 B
JSON

{
"name": "@gradio/lite",
"version": "4.28.3",
"description": "Serverless Gradio",
"type": "module",
"main": "dist/lite.js",
"author": "Gradio Team",
"license": "Apache-2.0",
"files": [
"dist"
],
"scripts": {
"build": "pnpm --filter @gradio/app build:lite"
},
"dependencies": {
"gradio": "workspace:^"
},
"devDependencies": {
"@gradio/app": "workspace:^",
"@gradio/wasm": "workspace:^",
"gradio": "workspace:^"
}
}