UNPKG

@kajidog/mcp-tts-voicevox

Version:

VOICEVOX integration for MCP - Text-to-Speech server using VOICEVOX engine

59 lines 1.43 kB
{ "name": "@kajidog/mcp-tts-voicevox", "version": "0.0.8", "description": "VOICEVOX integration for MCP - Text-to-Speech server using VOICEVOX engine", "main": "./dist/index.js", "types": "./dist/index.d.ts", "bin": { "mcp-tts-voicevox": "dist/index.js" }, "type": "commonjs", "scripts": { "test": "jest", "test:sound": "ts-node src/test.ts", "start": "node dist/index.js", "build": "tsc", "prepare": "npm run build", "prepublishOnly": "npm test" }, "files": [ "dist", "README.md", "LICENSE" ], "keywords": [ "voicevox", "tts", "mcp", "mcp-server" ], "author": { "name": "kajidog", "email": "dev@kajidog.com" }, "repository": { "type": "git", "url": "git+https://github.com/kajidog/mcp-tts-voicevox.git" }, "bugs": { "url": "https://github.com/kajidog/mcp-tts-voicevox/issues" }, "homepage": "https://github.com/kajidog/mcp-tts-voicevox#readme", "license": "ISC", "dependencies": { "@modelcontextprotocol/sdk": "^1.8.0", "axios": "^1.8.4", "sound-play": "^1.1.0", "uuid": "^11.1.0", "zod": "^3.22.4" }, "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^20.0.0", "@types/uuid": "^10.0.0", "jest": "^29.7.0", "ts-jest": "^29.3.1", "ts-node": "^10.9.0", "typescript": "^5.0.0" } }