hc99's picture
Add files using upload-large-folder tool
2b06d1d verified
raw
history blame
328 Bytes
{
"name": "@gradio/lite",
"version": "0.3.1",
"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"
},
"devDependencies": {
"gradio": "workspace:^"
}
}