package.json•668 B
{
"name": "bouyomichan-mcp-nodejs",
"version": "1.0.0",
"description": "棒読みちゃんをMCPサーバーとして実装したNode.js版",
"main": "build/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"start": "node build/index.js"
},
"bin": {
"bouyomichan-mcp-nodejs": "build/index.js"
},
"files":[
"build"
],
"keywords": [
"mcp",
"bouyomichan",
"text-to-speech"
],
"author": "",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "latest",
"axios": "latest",
"zod": "latest"
},
"devDependencies": {
"@types/node": "^20.10.5",
"typescript": "^5.3.3"
}
}