covid19-stats
Version:
Retrieve worldometers' live statistics of the Covid-19 pandemic. Scraper of worldometers.info
30 lines (29 loc) • 764 B
JSON
{
"name": "covid19-stats",
"version": "1.1.4",
"description": "Retrieve worldometers' live statistics of the Covid-19 pandemic. Scraper of worldometers.info",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/aurmeneta/covid19-stats.git"
},
"keywords": [
"covid19",
"worldometers"
],
"author": "Andrés Urmeneta B. <aurmenetab@gmail.com>",
"license": "ISC",
"bugs": "https://github.com/aurmeneta/covid19-stats/issues",
"homepage": "https://github.com/aurmeneta/covid19-stats",
"dependencies": {
"axios": "^0.21.1",
"cheerio": "^1.0.0-rc.10"
},
"scripts": {
"test": "node test/test.js",
"preversion": "npm run test"
},
"devDependencies": {
"prettier": "^2.3.2"
}
}