{
"name": "@41px/mcp-xmind",
"version": "1.1.1",
"description": "MCP server for XMind",
"license": "MIT",
"author": "Alexandre Peyroux <alex@fmap.it>",
"type": "module",
"bin": {
"mcp-server-xmind": "dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc && shx chmod +x dist/*.js",
"prepare": "npm run build",
"watch": "tsc --watch"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^0.5.0",
"adm-zip": "^0.5.16",
"diff": "^5.1.0",
"glob": "^10.3.10",
"minimatch": "^10.0.1",
"zod": "^3.24.1",
"zod-to-json-schema": "^3.24.1"
},
"devDependencies": {
"@types/adm-zip": "^0.5.7",
"@types/diff": "^5.0.9",
"@types/minimatch": "^5.1.2",
"@types/node": "^20.17.10",
"shx": "^0.3.4",
"typescript": "^5.7.2"
}
}