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