Project Files
package.json
{
"name": "lms-plugin-vibevoice-tts",
"version": "1.0.0",
"description": "LM Studio plugin for formatting text for VibeVoice TTS — text cleaning, multi-speaker script format, and voice/emotion annotations. No SSML — VibeVoice consumes plain text natively.",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"push": "lms push"
},
"author": "primary-data",
"license": "MIT",
"lmstudio": {
"displayName": "VibeVoice TTS Format",
"description": "Format text for VibeVoice TTS with cleaning, multi-speaker script format, and voice/emotion annotations.",
"category": "utility"
},
"dependencies": {
"@lmstudio/sdk": "^1.5.0",
"zod": "^3.23.0"
},
"devDependencies": {
"@types/node": "^20.11.0",
"typescript": "^5.3.3"
}
}