{
  "name": "hwpx-mcp-server",
  "version": "0.5.5",
  "description": "MCP Server for HWPX (Korean Hangul) document editing - 135 tools (form-fill / style-palette / free-form modes + get_user_paths for Claude Desktop sandbox compatibility) for AI-powered document automation",
  "main": "dist/index.js",
  "bin": {
    "hwpx-mcp-server": "./dist/index.js"
  },
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "prepublishOnly": "npm run build",
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "keywords": [
    "mcp",
    "hwpx",
    "hwp",
    "hangul",
    "korean",
    "document",
    "word-processor",
    "ai",
    "claude",
    "model-context-protocol"
  ],
  "author": "flamingo99",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/flamingo8006/hwpx-mcp.git"
  },
  "files": [
    "dist/",
    "README.md"
  ],
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.0",
    "hwp.js": "^0.0.3",
    "jszip": "^3.10.1",
    "pako": "^2.1.0"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "@types/pako": "^2.0.4",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.3",
    "vitest": "^4.0.17"
  }
}
