UNPKG

554 BJSONView Raw
1{
2 "name": "jhu-covid19-api",
3 "version": "1.0.4",
4 "description": "",
5 "main": "index.js",
6 "scripts": {
7 "test": "node test",
8 "docs": "jsdoc -c .jsdocrc",
9 "http-docs": "PORT=${PORT:-8080}; http-server -p $PORT docs"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/romfrolov/jhu-covid19-api.git"
14 },
15 "keywords": [],
16 "author": "",
17 "license": "MIT",
18 "dependencies": {
19 "node-fetch": "^2.6.1",
20 "qs": "^6.9.2"
21 },
22 "devDependencies": {
23 "http-server": "^0.12.3",
24 "jsdoc": "^3.6.3"
25 }
26}