* feat: integrated to @xsai/generate-speech * chore: updated impl * feat: done integrations * chore: remove llm-proxy package, remove unused eslint config
34 lines
829 B
JSON
34 lines
829 B
JSON
{
|
|
"name": "@proj-airi/whisper-webgpu",
|
|
"type": "module",
|
|
"private": true,
|
|
"packageManager": "pnpm@9.15.2",
|
|
"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.3",
|
|
"@vueuse/core": "^12.3.0",
|
|
"ofetch": "^1.4.1",
|
|
"vue": "^3.5.13"
|
|
},
|
|
"devDependencies": {
|
|
"@huggingface/transformers": "^3.2.4",
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"@webgpu/types": "^0.1.52",
|
|
"hfup": "workspace:^",
|
|
"vue-tsc": "^2.2.0"
|
|
}
|
|
}
|