{
  "name": "office-mcp",
  "version": "1.9.0",
  "description": "A Model Context Protocol server for Microsoft Office document manipulation",
  "main": "index.js",
  "bin": {
    "office-mcp": "./bin/office-mcp"
  },
  "scripts": {
    "build": "node scripts/build.js",
    "build:release": "dotnet publish OfficeMcp.csproj -c Release --self-contained false -o ./bin",
    "clean": "rm -rf bin obj",
    "test": "node bin/office-mcp --help || true"
  },
  "files": [
    "bin/**/*",
    "README.md",
    "index.js"
  ],
  "keywords": [
    "mcp",
    "model-context-protocol",
    "office",
    "docx",
    "document",
    "microsoft-office",
    "ai",
    "llm"
  ],
  "author": "Supen Team",
  "license": "UNLICENSED",
  "private": false,
  "engines": {
    "node": ">=16.0.0"
  },
  "requirements": {
    "dotnet": ">=9.0.0"
  },
  "os": [
    "linux",
    "darwin",
    "win32"
  ],
  "cpu": [
    "x64",
    "arm64"
  ],
  "peerDependencies": {
    "@modelcontextprotocol/sdk": "^1.17.0"
  }
}
