package.json•1.42 kB
{
"name": "agent-for-agent",
"version": "1.0.0",
"description": "MCP Server for Korea Military Manpower Administration (MMA) - Military Service Alternative Positions",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"dev": "tsc-watch --onSuccess \"pnpm test:run\"",
"start": "node dist/index.js",
"test": "jest",
"test:run": "node dist/test.js",
"test:watch": "jest --watch",
"lint": "eslint src --ext .ts",
"format": "prettier --write \"src/**/*.ts\""
},
"keywords": [
"mcp",
"model-context-protocol",
"military",
"mma",
"military-service",
"military-service-alternative"
],
"author": "",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.4",
"xlsx": "^0.18.5",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.11.19",
"@types/xlsx": "^0.0.36",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"eslint": "^8.56.0",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"ts-jest": "^29.4.5",
"tsc-watch": "^7.2.0",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=18.0.0"
},
"packageManager": "pnpm@8.15.0"
}