mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-21 01:01:05 +08:00
e16b4abc37
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
22 lines
410 B
JSON
22 lines
410 B
JSON
{
|
|
"name": "@gradio/lite",
|
|
"version": "0.4.4",
|
|
"description": "Serverless Gradio",
|
|
"type": "module",
|
|
"main": "dist/lite.js",
|
|
"author": "Gradio Team",
|
|
"license": "Apache-2.0",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "pnpm --filter @gradio/app build:lite"
|
|
},
|
|
"devDependencies": {
|
|
"@gradio/app": "workspace:^",
|
|
"@gradio/wasm": "workspace:^",
|
|
"gradio": "workspace:^"
|
|
}
|
|
}
|