package.json•823 B
{
"name": "mcp-office-interop",
"version": "1.0.0",
"description": "MCP Server for Microsoft Office Interop Word",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "ts-node src/index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mcp",
"office",
"word",
"interop"
],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/content-type": "^1.1.8",
"@types/express": "^4.17.21",
"@types/node": "^20.14.10",
"ts-node": "^10.9.2",
"typescript": "^5.5.3"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.8.0",
"content-type": "^1.0.5",
"express": "^4.19.2",
"raw-body": "^2.5.2",
"winax": "^3.6.1",
"zod": "^3.23.8"
}
}