{
  "name": "@leokim90/gov-data-mcp",
  "version": "0.1.7",
  "description": "Korean government open-data MCP server (중기부·정부24·기업마당·나라장터·중소벤처24)",
  "type": "module",
  "main": "src/index.js",
  "bin": {
    "gov-data-mcp": "src/mcp-server.js"
  },
  "files": [
    "src",
    "README.md",
    "LICENSE",
    ".env.example"
  ],
  "scripts": {
    "start": "node src/mcp-server.js",
    "start:http": "node src/http-server.js",
    "test": "node --test tests/parsing.test.js tests/cache-usage.test.js && node tests/smoke.js && node tests/mcp-handshake.js && node tests/http-handshake.js"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "korea",
    "government",
    "open-data",
    "data.go.kr",
    "bizinfo",
    "smes",
    "nara",
    "gov24"
  ],
  "author": "leokim90",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/leokim90/gov-data-mcp.git"
  },
  "bugs": {
    "url": "https://github.com/leokim90/gov-data-mcp/issues"
  },
  "homepage": "https://github.com/leokim90/gov-data-mcp#readme",
  "engines": {
    "node": ">=20"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.0",
    "express": "^5.1.0"
  }
}
