package.json•685 B
{
"name": "weather-server",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"bin": {
"weather": "./build/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc && chmod 755 build/index.js"
},
"files": [
"build"
],
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.11.2",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"open": "^10.1.2",
"replicate": "^1.0.1",
"zod": "^3.24.4"
},
"devDependencies": {
"@types/express": "^5.0.1",
"@types/node": "^22.15.17",
"typescript": "^5.8.3"
}
}