{ "name": "@proj-airi/moonshine-web", "type": "module", "private": true, "description": "Yet another WebGPU based STT + VAD with Moonshine model re-implemented", "author": { "name": "Neko Ayaka", "email": "neko@ayaka.moe", "url": "https://github.com/nekomeowww" }, "license": "MIT", "scripts": { "build": "vite build", "dev": "vite --port 5175", "lint": "eslint .", "preview": "vite preview", "typecheck": "vue-tsc --noEmit" }, "dependencies": { "@tresjs/core": "^4.3.3", "@unocss/reset": "^65.5.0", "@vueuse/core": "^12.7.0", "@vueuse/motion": "^2.2.6", "ofetch": "^1.4.1", "three": "^0.173.0", "vue": "^3.5.13" }, "devDependencies": { "@huggingface/transformers": "^3.3.3", "@types/audioworklet": "^0.0.70", "@types/three": "^0.173.0", "@vitejs/plugin-vue": "^5.2.1", "@webgpu/types": "^0.1.54", "hfup": "workspace:^", "vue-tsc": "^2.2.2" } }