package.json•642 B
{
"name": "neis-mcp",
"version": "1.0.0",
"description": "MCP server for Korean NEIS (National Education Information System)",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.4",
"axios": "^1.7.9",
"mcp-handler": "^1.0.3",
"next": "^15.1.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/node": "^22.10.5",
"@types/react": "^19.0.6",
"@types/react-dom": "^19.0.2",
"typescript": "^5.7.2"
}
}