{ "name": "mtcute-repl-worker", "type": "module", "version": "0.0.0", "private": true, "packageManager": "pnpm@9.5.0", "exports": { "./client": "./src/client.ts" }, "scripts": { "dev": "vite", "build": "pnpm run build:iframe-script && vite build", "build:iframe-script": "tsx scripts/build-iframe-script.ts", "preview": "vite preview" }, "dependencies": { "@badrap/valita": "^0.4.2", "@fuman/fetch": "^0.0.8", "@fuman/io": "0.0.8", "@fuman/utils": "0.0.4", "@mtcute/convert": "^0.19.8", "@mtcute/web": "^0.19.5", "@nanostores/persistent": "^0.10.2", "fflate": "^0.8.2", "idb": "^8.0.1", "nanoid": "^5.0.9", "nanostores": "^0.11.3", "uqr": "^0.1.2" }, "devDependencies": { "dotenv": "^16.4.7" } }