gradio/js/wasm/package.json
pngwn c0baeb4d1c
Fix 123 (#4725)
* fix

* fix again

* fix again

* fix again

* fix again

* fix again

* fix again

* try this?
2023-06-29 14:47:46 +01:00

27 lines
646 B
JSON

{
"name": "@gradio/wasm",
"version": "0.0.1",
"description": "Gradio Wasm package",
"type": "module",
"main": "./dist/index.js",
"exports": {
".": "./dist/index.js",
"./package.json": "./package.json"
},
"private": true,
"keywords": [],
"author": "",
"license": "ISC",
"scripts": {
"start:client": "tsc -w --incremental",
"start:worker": "vite build --config vite.worker.config.js --watch --emptyOutDir=false",
"start": "run-p start:*",
"build:client": "tsc",
"build:worker": "vite build --config vite.worker.config.js",
"build": "run-s build:worker build:client"
},
"devDependencies": {
"pyodide": "^0.23.2"
}
}