{
  "name": "novelcovid",
  "version": "3.0.2",
  "description": "An API wrapper to get information about COVID-19.",
  "keywords": [
    "coronavirus",
    "wrapper",
    "api"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NovelCOVID/node-api.git"
  },
  "bugs": {
    "url": "https://github.com/NovelCOVID/node-api/issues"
  },
  "homepage": "https://github.com/NovelCOVID/node-api#readme",
  "main": "index.js",
  "dependencies": {
    "@aero/centra": "^1.0.3"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "mocha": "7.2.0",
    "typescript": "3.9.5"
  },
  "scripts": {
    "declaration": "rm -f index.d.ts && tsc",
    "test": "mocha ./index.spec.js --exit --t 90000"
  },
  "author": "puf17640",
  "license": "WTFPL"
}
