gradio/js/lite/package.json

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

16 lines
276 B
JSON
Raw Normal View History

2023-06-29 20:25:29 +08:00
{
"name": "@gradio/lite",
"version": "0.1.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"
}
}