UNPKG

@santanor/covid-19-cli

Version:

Provides latest COVID-19 information

23 lines (22 loc) 567 B
{ "name": "@santanor/covid-19-cli", "version": "0.0.7", "description": "Provides latest COVID-19 information", "bin": { "covid": "./index.js" }, "scripts": { "start": "node index.js country Spain", "test": "echo \"Error: no test specified\" && exit 0" }, "keywords": ["Covid", "Coronavirus", "CLI", "Linux", "Mac", "COVID-19", "Virus"], "author": "Jose Santano", "license": "MIT", "dependencies": { "chalk": "^3.0.0", "cli-table": "^0.3.1", "commander": "^5.0.0", "country-list": "^2.2.0", "got": "^10.6.0" } }