package.json•619 B
{
"name": "voicevox-mcp-server",
"description": "",
"license": "MIT",
"author": "Dosugamea",
"version": "1.0.0",
"type": "module",
"bin": {
"voicevox-mcp-server": "./dist/index.js"
},
"scripts": {
"build": "tsc && mcp-build",
"watch": "tsc --watch",
"start": "node dist/index.js"
},
"files": [
"dist"
],
"keywords": [
"voicevox",
"mcp",
"server"
],
"devDependencies": {
"typescript": "^5.8.2",
"vite": "^6.2.2"
},
"dependencies": {
"axios": "^1.8.4",
"child_process": "^1.0.2",
"mcp-framework": "^0.1.29",
"zod": "^3.24.2"
}
}