{
  "name": "@minjunkwon/public-housing-mcp-server",
  "version": "1.0.0",
  "description": "MCP server for public housing information in South Korea - 한국 공공주택 정보 조회 MCP 서버",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "public-housing-mcp": "dist/index.js"
  },
  "files": [
    "dist/**/*",
    "README.md",
    "package.json"
  ],
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "dev": "tsx src/index.ts",
    "test": "jest",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^0.4.0",
    "axios": "^1.6.0",
    "fast-xml-parser": "^4.3.2"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "typescript": "^5.0.0",
    "tsx": "^4.0.0",
    "jest": "^29.7.0",
    "@types/jest": "^29.5.0"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "public-housing",
    "korea",
    "korean",
    "housing",
    "rental",
    "sale",
    "lh",
    "claude",
    "ai",
    "assistant",
    "공공주택",
    "임대주택",
    "분양주택"
  ],
  "author": {
    "name": "MinJun Kwon",
    "email": "your-email@example.com"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/minjunkwon/public-housing-mcp-server.git"
  },
  "homepage": "https://github.com/minjunkwon/public-housing-mcp-server#readme",
  "bugs": {
    "url": "https://github.com/minjunkwon/public-housing-mcp-server/issues"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}