gradio/js/lite/package.json
pngwn ae80066c8a
chore: update versions (#4741)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-30 10:38:58 +01:00

16 lines
276 B
JSON

{
"name": "@gradio/lite",
"version": "0.2.0",
"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"
}
}