File size: 393 Bytes
a03b3ba | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | {
"name": "@gradio/lite",
"version": "4.14.1",
"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"
},
"devDependencies": {
"@gradio/app": "workspace:^",
"@gradio/wasm": "workspace:^",
"gradio": "workspace:^"
}
}
|