{
"name": "mcp-dingding-bot",
"description": "MCP Server for send text/markdown message via dingding (aka dingtalk) group custom robot api",
"version": "1.0.1",
"license": "MIT",
"main": "index.js",
"type": "module",
"author": "Yike Xiao <kmter@live.com>",
"repository": {
"type": "git",
"url": "https://github.com/Shawyeok/mcp-dingding-bot.git"
},
"bin": {
"mcp-dingding-bot": "./build/index.js"
},
"scripts": {
"build": "tsc && shebang build/index.js && chmod 755 build/index.js"
},
"files": [
"build"
],
"dependencies": {
"@modelcontextprotocol/sdk": "^1.7.0",
"zod": "^3.24.2"
},
"devDependencies": {
"@types/node": "^22.13.10",
"append-shebang": "^0.0.3",
"typescript": "^5.8.2"
}
}