mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-27 02:30:17 +08:00
16 lines
276 B
JSON
16 lines
276 B
JSON
{
|
|
"name": "@gradio/lite",
|
|
"version": "0.3.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"
|
|
}
|
|
}
|