package.json•605 B
{
"name": "weather",
"version": "1.0.0",
"description": "mkdir weather cd weather",
"main": "index.js",
"type": "module",
"bin": {
"weather": "./build/index.js"
},
"scripts": {
"build": "tsc && chmod 755 build/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": ["build"],
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.16.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/node": "^24.0.15",
"typescript": "^5.8.3"
},
"engines": {
"node": ">=22.0.0"
}
}