mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-27 02:30:17 +08:00
053316dd0f
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
24 lines
442 B
JSON
24 lines
442 B
JSON
{
|
|
"name": "@gradio/lite",
|
|
"version": "4.31.2",
|
|
"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:^"
|
|
}
|
|
}
|