package.jsonβ’1.41 kB
{
"name": "youth-activity-mcp-server",
"version": "1.0.0",
"description": "MCP server for Korea Youth Activity Information API",
"type": "module",
"bin": {
"youth-activity-mcp": "./build/index.js"
},
"main": "./build/index.js",
"files": [
"build/**/*",
"src/**/*",
".env.example",
"readme.md",
"QUICKSTART.md"
],
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"start": "node build/index.js",
"dev": "tsc && node build/index.js",
"prepare": "npm run build",
"postinstall": "node -e \"console.log('\\nπ μ²μλ
νλ μ 보 MCP μλ²κ° μ€μΉλμμ΅λλ€!\\n\\nλ€μ λ¨κ³:\\n1. .env νμΌμ μμ±νκ³ YOUTH_API_SERVICE_KEYλ₯Ό μ€μ νμΈμ\\n2. Claude Desktop μ€μ μ μΆκ°νμΈμ\\n\\nμμΈν λ΄μ©μ README.mdλ₯Ό μ°Έκ³ νμΈμ.\\n')\""
},
"repository": {
"type": "git",
"url": "https://github.com/hyunhoonj/mcp-server-youth-activity.git"
},
"keywords": [
"mcp",
"server",
"ai",
"youth",
"activity",
"korea",
"open-data"
],
"author": "",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.4",
"axios": "^1.13.2",
"dotenv": "^17.2.3",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@types/node": "^22.10.0",
"@types/xml2js": "^0.4.14",
"typescript": "^5.7.2"
},
"engines": {
"node": ">=18.0.0"
}
}