@webgal-tools/voice
Version:
WebGAL GPT-SoVITS语音合成应用
54 lines • 1.21 kB
JSON
{
"name": "@webgal-tools/voice",
"version": "1.7.18",
"description": "WebGAL GPT-SoVITS语音合成应用",
"type": "module",
"main": "dist/index.js",
"files": [
"dist/**/*"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/floatDreamWithSong/webgal-tools.git",
"directory": "apps/voice"
},
"keywords": [
"webgal",
"voice",
"gpt-sovits",
"tts",
"text-to-speech",
"ai"
],
"dependencies": {
"@ai-sdk/anthropic": "^1.2.12",
"@ai-sdk/cohere": "^1.2.10",
"@ai-sdk/google": "^1.2.19",
"@ai-sdk/mistral": "^1.2.8",
"@ai-sdk/openai": "^1.3.22",
"@mastra/core": "^0.10.6",
"ai": "^4.3.16",
"axios": "^1.10.0",
"crypto-js": "^4.2.0",
"diff": "^8.0.2",
"eventsource": "^4.0.0",
"ollama-ai-provider": "^1.2.0",
"openai": "^5.6.0",
"uuid": "^11.1.0",
"@webgal-tools/config": "1.7.18",
"@webgal-tools/parser": "1.7.18",
"@webgal-tools/logger": "1.7.18"
},
"devDependencies": {
"@types/node": "^22.0.0",
"typescript": "^5.6.0"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"clean": "rimraf dist"
}
}