{
  "name": "cowin-pinger-discord",
  "version": "1.0.10",
  "description": "Get notified on your phone when there is a vaccine slot available at your location, by running a script on your computer. Uses Cowin portal's public API.",
  "main": "app.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 0"
  },
  "author": "Prashul Jain",
  "license": "ISC",
  "dependencies": {
    "axios": "^0.21.1",
    "date-fns": "^2.21.1",
    "minimist": "^1.2.5",
    "sound-play": "^1.1.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jainprashul/covidTrack"
  },
  "bin": {
    "cowin-pinger": "./app.js"
  },
  "keywords": [
    "cowin",
    "covid",
    "vaccine",
    "notification",
    "notifier",
    "automation",
    "script",
    "discord"
  ]
}
