{ "name": "@proj-airi/whisper-webgpu", "type": "module", "private": true, "packageManager": "pnpm@9.15.1", "description": "Yet another WebGPU based Whisper Realtime STT re-implemented", "author": { "name": "Neko Ayaka", "email": "neko@ayaka.moe", "url": "https://github.com/nekomeowww" }, "license": "MIT", "scripts": { "build": "vite build", "dev": "vite --port 5174", "lint": "eslint .", "preview": "vite preview", "typecheck": "vue-tsc --noEmit" }, "dependencies": { "@unocss/reset": "^0.65.2", "@vueuse/core": "^12.1.0", "ofetch": "^1.4.1", "vue": "^3.5.13" }, "devDependencies": { "@huggingface/transformers": "^3.2.1", "@vitejs/plugin-vue": "^5.2.1", "vue-tsc": "^2.1.10" } }