{
  "name": "owid-covid",
  "version": "1.0.5",
  "description": "A package which returns the data related to covid-19.",
  "main": "src/index.js",
  "scripts": {
      "test": "node test/test.js"
  },
  "homepage": "https://github.com/sujalgoel/owid-covid#readme",
  "repository": {
      "type": "git",
      "url": "git+https://github.com/sujalgoel/owid-covid.git"
  },
  "keywords": [
      "API",
      "OurWorldinData",
      "Covid-19",
      "CoronaVirus",
      "OWID"
  ],
  "author": "Sujal Goel",
  "license": "GPL-3.0",
  "dependencies": {
      "node-fetch": "^2.6.1"
  },
  "bugs": {
      "url": "https://github.com/sujalgoel/owid-covid/issues"
  }
}