UNPKG

coronavirus-stats

Version:
43 lines (42 loc) 940 B
{ "name": "coronavirus-stats", "version": "0.1.2", "description": "Check covid-19 stats in terminal", "main": "dist/index.js", "scripts": { "start": "tsc && node dist/index.js", "test": "jest", "build": "tsc" }, "repository": { "type": "git", "url": "git://github.com/peterheesterman/covid19.git" }, "keywords": [ "Terminal", "Virus", "COVID19", "Cronovirus" ], "bin": { "coronavirus": "./bin/covid", "covid": "./bin/covid" }, "author": "Peter Heesterman <heesterman.peter@gmail.com>", "license": "MIT", "dependencies": { "@types/node-fetch": "2.5.5", "node-fetch": "2.6.0", "node-html-parser": "1.2.12", "yargs": "15.3.0" }, "devDependencies": { "@types/jest": "25.1.4", "@types/node": "13.9.0", "@types/yargs": "15.0.4", "fetch-mock-jest": "1.2.3", "jest": "25.1.0", "ts-jest": "25.2.1", "typescript": "3.8.3" } }