chatterbox-ui/package.json

26 lines
797 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",
"test:frontend": "jest --config ./jest.config.cjs",
"frontend:dev": "python3 frontend/start_dev_server.py"
},
"repository": {
"type": "git",
"url": "https://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": "^29.7.0",
"jest": "^29.7.0"
}
}