gradio/js/lite/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

24 lines
442 B
JSON
Raw Normal View History

2023-06-29 20:25:29 +08:00
{
"name": "@gradio/lite",
"version": "4.31.2",
2023-06-29 20:25:29 +08:00
"description": "Serverless Gradio",
"type": "module",
"main": "dist/lite.js",
2023-06-29 20:25:29 +08:00
"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:^"
2023-06-29 20:25:29 +08:00
}
}