{
"name": "@manolaz/emergency-medicare-planner-mcp",
"version": "0.0.1",
"description": "MCP server for emergency medicare management",
"license": "MIT",
"author": "AMOCA Corp. (https://amoca.xyz)",
"homepage": "https://amoca.xyz",
"type": "module",
"main": "dist/index.js",
"bin": {
"server-travelplanner-mcp": "./dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"watch": "tsc --watch",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@googlemaps/google-maps-services-js": "^3.4.0",
"@modelcontextprotocol/sdk": "0.5.0",
"chalk": "^5.4.1",
"node-fetch": "^3.3.2",
"zod": "^3.24.2",
"zod-to-json-schema": "^3.24.3"
},
"devDependencies": {
"@types/node": "^22.13.8",
"@types/google.maps": "^3.58.1",
"typescript": "^5.8.2"
},
"publishConfig": {
"access": "public"
}
}