gradio/js/lite/package.json
pngwn ba4c6d9e65
chore: update versions (#5177)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-23 15:41:08 -07:00

19 lines
328 B
JSON

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