{
  "name": "weathers-data",
  "version": "1.0.1",
  "description":  "A simple Node.js package to fetch real-time weather data and outfit suggestions based on temperature.",
  "main": "index.js",
  "scripts": {
    "test": "node index.js"
  },
  "keywords": [
    "weather",
    "weather-data",
    "weather-api",
    "temperature",
    "outfit-suggestion",
    "forecast"
  ],
  "author": "Ravi",
  "license": "MIT",
  "dependencies": {
    "express": "^4.18.2"
  }
}
