{
  "name": "covid19-api",
  "version": "1.2.1",
  "description": "This API provides updated real-time data on coronavirus cases from the worldometers page and other important websites, provided by the most reputable organizations and statistical offices in the world.",
  "main": "./src/api/index.js",
  "scripts": {
    "start:api": "nodemon ./src/api/api",
    "start:plugin": "nodemon ./TestPlugin",
    "start:generate-doc": "bash ./apidoc.sh",
    "start:logs": "bash ./logs.sh",
    "test": "mocha"
  },
  "keywords": [
    "COVID-19",
    "coronavirus",
    "pandemic"
  ],
  "author": {
    "name": "Chris Michael",
    "email": "chrisperezsantiago1@gmail.com",
    "url": "http://personal-porfolio.chrismichael.now.sh",
    "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"
    }
  ],
  "bugs": {
    "url": "https://github.com/ChrisMichaelPerezSantiago/covid19/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ChrisMichaelPerezSantiago/covid19.git"
  },
  "license": "MIT",
  "dependencies": {
    "apidoc": "^0.20.1",
    "axios": "^0.19.2",
    "chai": "^4.2.0",
    "chai-http": "^4.3.0",
    "cheerio": "^1.0.0-rc.3",
    "csvtojson": "^2.0.10",
    "export-to-csv": "^0.2.1",
    "https": "^1.0.0",
    "mocha": "^7.1.1",
    "nodemon": "^2.0.2",
    "path": "^0.12.7",
    "request": "^2.88.2",
    "tabletojson": "^2.0.3"
  }
}
