{
  "name": "cli-weather-forecast-app",
  "version": "1.0.1",
  "description": "mini-app to quickly find out the weather",
  "main": "weather.js",
  "bin": {
    "weather": "weather.js"
  },
  "type": "module",
  "scripts": {
    "start": "node weather.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ananchenko346/Weather-CLI"
  },
  "keywords": [
    "weather",
    "forecast",
    "npm"
  ],
  "author": "Vlad Ananchenko",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/ananchenko346/Weather-CLI/issues",
    "email": "ananchenko346@gmail.com"
  },
  "homepage": "https://github.com/ananchenko346/Weather-CLI#readme",
  "dependencies": {
    "axios": "^0.27.2",
    "chalk": "^5.0.1",
    "dedent": "^0.7.0"
  }
}
