package.json•549 B
{
"name": "weather-mcp-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"build": "tsc && chmod 755 build/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"weather": "./build/index.js"
},
"files": ["build"],
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.15.1",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/node": "^24.0.13",
"typescript": "^5.8.3"
}
}