{
  "name": "vaccinations-covid19",
  "version": "1.0.0",
  "description": "Vaccination data provided around the world",
  "main": "./src/index.js",
  "scripts": {
    "start": "nodemon ./src/index.js"
  },
  "keywords": [
    "COVID-19",
    "coronavirus",
    "pandemic",
    "vaccines"
  ],
  "author": {
    "name": "Chris Michael",
    "email": "chrisperezsantiago1@gmail.com",
    "social": {
      "github": "https://github.com/ChrisMichaelPerezSantiago",
      "twitter": "https://twitter.com/Chris5855M"
    }
  },
  "contributors": [
    {
      "name": "Chris Michael",
      "url": "https://github.com/ChrisMichaelPerezSantiago",
      "reason": "Project Leader, and Developer"
    }
  ],
  "license": "MIT",
  "dependencies": {
    "axios": "^0.21.1",
    "cheerio": "^1.0.0-rc.5",
    "lodash": "^4.17.21",
    "nodemon": "^2.0.7",
    "tabletojson": "^2.0.4"
  }
}
