2026-04-12 12:52:21 -07:00
|
|
|
{
|
|
|
|
|
"name": "@lilith/speech-synthesis-mcp",
|
2026-06-28 07:33:30 -04:00
|
|
|
"version": "1.0.1",
|
2026-04-12 12:52:21 -07:00
|
|
|
"description": "MCP server for the Chatterbox TTS speech-synthesis service",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"main": "./dist/index.js",
|
|
|
|
|
"types": "./dist/index.d.ts",
|
|
|
|
|
"bin": {
|
|
|
|
|
"speech-synthesis-mcp": "./dist/index.js"
|
|
|
|
|
},
|
|
|
|
|
"exports": {
|
|
|
|
|
".": {
|
|
|
|
|
"types": "./dist/index.d.ts",
|
|
|
|
|
"import": "./dist/index.js"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"dist",
|
|
|
|
|
"src"
|
|
|
|
|
],
|
|
|
|
|
"scripts": {
|
|
|
|
|
"build": "tsup",
|
|
|
|
|
"typecheck": "tsc --noEmit",
|
|
|
|
|
"test": "vitest run"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@modelcontextprotocol/sdk": "^1.25.2",
|
|
|
|
|
"zod": "^4.3.6"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/node": "^22.0.0",
|
|
|
|
|
"tsup": "^8.5.1",
|
|
|
|
|
"typescript": "^5.7.0",
|
|
|
|
|
"vitest": "^2.0.0"
|
|
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"mcp",
|
|
|
|
|
"model-context-protocol",
|
|
|
|
|
"tts",
|
|
|
|
|
"speech-synthesis",
|
|
|
|
|
"chatterbox",
|
|
|
|
|
"claude-code"
|
|
|
|
|
],
|
|
|
|
|
"author": "Lilith <quinn@ftw.codes>",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"publishConfig": {
|
2026-06-28 07:43:52 -04:00
|
|
|
"registry": "http://134.199.243.61:4873/"
|
|
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "http://134.199.243.61:3000/platform/speech-synthesis-mcp.git"
|
2026-04-12 12:52:21 -07:00
|
|
|
},
|
|
|
|
|
"_": {
|
|
|
|
|
"build": true,
|
|
|
|
|
"publish": true,
|
2026-06-28 07:43:52 -04:00
|
|
|
"registry": "cocotte-forge"
|
2026-04-12 12:52:21 -07:00
|
|
|
}
|
|
|
|
|
}
|