27 lines
799 B
JSON
27 lines
799 B
JSON
{
|
|
"name": "chatterbox-test",
|
|
"version": "1.0.0",
|
|
"description": "This Gradio application provides a user interface for text-to-speech generation using the Chatterbox TTS model. It supports both single utterance generation and multi-speaker dialog generation with configurable silence gaps.",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://oauth2:78f77aaebb8fa1cd3efbd5b738177c127f7d7d0b@gitea.r8z.us/stwhite/chatterbox-ui.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.27.4",
|
|
"@babel/preset-env": "^7.27.2",
|
|
"babel-jest": "^30.0.0-beta.3",
|
|
"jest": "^29.7.0"
|
|
},
|
|
"dependencies": {
|
|
"zen-mcp-server-199bio": "^2.2.0"
|
|
}
|
|
}
|