{
  "name": "@claude-office-skills/office-mcp",
  "version": "1.0.0",
  "description": "MCP Server for Office document operations - the best tools for AI Skills",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "office-mcp": "dist/index.js"
  },
  "scripts": {
    "build": "tsc",
    "dev": "ts-node src/index.ts",
    "start": "node dist/index.js",
    "lint": "eslint src/**/*.ts",
    "test": "jest"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "claude",
    "office",
    "document",
    "pdf",
    "docx",
    "xlsx",
    "pptx",
    "ai-tools"
  ],
  "author": "claude-office-skills",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/claude-office-skills/skills"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.0",
    "docx": "^9.5.1",
    "docxtemplater": "^3.67.6",
    "mammoth": "^1.6.0",
    "marked": "^12.0.0",
    "pandoc": "^0.2.0",
    "pdf-lib": "^1.17.1",
    "pdf-parse": "^1.1.1",
    "pizzip": "^3.2.0",
    "pptx-parser": "^1.0.0",
    "pptxgenjs": "^4.0.1",
    "tesseract.js": "^7.0.0",
    "turndown": "^7.1.2",
    "xlsx": "^0.18.5"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "@types/pdf-parse": "^1.1.5",
    "@types/turndown": "^5.0.6",
    "eslint": "^8.0.0",
    "jest": "^29.0.0",
    "ts-node": "^10.9.0",
    "typescript": "^5.0.0"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
