{
  "name": "@rehmatalisayany/weather-mcp-server",
  "version": "1.0.6",
  "description": "MCP Weather Service - A MCP server for weather data using Open Meteo API",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "weather-mcp-server": "./dist/index.js"
  },
  "type": "module",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "dev": "tsx watch src/index.ts",
    "test": "tsx get-weather.ts",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "mcp",
    "weather",
    "cursor",
    "model-context-protocol",
    "weather-api",
    "open-meteo"
  ],
  "author": "Rehmat Ali Sayany",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rehmat123/weather-mcp-server.git"
  },
  "bugs": {
    "url": "https://github.com/rehmat123/weather-mcp-server/issues"
  },
  "homepage": "https://github.com/rehmat123/weather-mcp-server#readme",
  "license": "MIT",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.10.1",
    "axios": "^1.6.7",
    "zod": "^3.22.4",
    "node-fetch": "^3.3.2"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "typescript": "^5.0.0",
    "tsx": "^4.7.0",
    "nodemon": "^3.0.0"
  }
} 