{ "preset": [ "@lumeweb/presetter-kernel-module-preset" ], "config": { "tsconfig": { "compilerOptions": { "module": "nodenext" } } }, "scripts": { "build": "cross-env NODE_ENV=production run-s clean build:typescript:* build:vite build:html", "build:vite": "vite build && shx mv lib/*.cjs lib/worker.js", "build:html": "shx cp src/index.html lib/index.html" } }