package.json•532 B
{
"name": "mcp-weather-server",
"version": "1.0.0",
"type": "module",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "tsx main.ts",
"build": "tsc",
"dev": "tsx --watch main.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.17.2",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/node": "^20.0.0",
"tsx": "^4.20.3",
"typescript": "^5.9.2"
}
}