@justalk/covid19ph-api
Version:
API for COVID 19 Cases in the Philippines
59 lines (58 loc) • 1.86 kB
JSON
{
"name": "@justalk/covid19ph-api",
"version": "3.1.0",
"description": "API for COVID 19 Cases in the Philippines",
"main": "src/index.js",
"engines": {
"node": ">=12.0"
},
"scripts": {
"start": "node -e 'require(\"./src/server/index\").start()'",
"server": "secrethub read --out-file ./secrets/credentials.json justalk/COVID19PH-API/credentials && secrethub run -- node -e 'require(\"./src/server/index\").start()'",
"test": "secrethub read --out-file ./secrets/credentials.json justalk/COVID19PH-API/credentials && xo --fix && nyc --reporter=html --reporter=text ava --verbose --timeout=1m",
"test-no": "cross-env NODE_ENV=test ava tests/*.js tests/*/*.js tests/*/*/*.js --verbose --timeout=1m",
"test-p": "cross-env NODE_ENV=test ava tests/server/routes/cases.js --verbose --timeout=1m",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JustalK/COVID19PH-API.git"
},
"keywords": [
"COVID19",
"Philippines",
"Manila",
"COVID",
"Tracker",
"DOH"
],
"author": "Justal K.",
"license": "MIT",
"devDependencies": {
"@secrethub/cli": "^0.41.2",
"ava": "^3.13.0",
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"coveralls": "^3.1.0",
"cross-env": "^7.0.2",
"nyc": "^15.1.0",
"xo": "^0.33.1"
},
"bugs": {
"url": "https://github.com/JustalK/COVID19PH-API/issues"
},
"homepage": "https://github.com/JustalK/COVID19PH-API#readme",
"dependencies": {
"csv-parser": "^2.3.3",
"dotenv": "^8.2.0",
"follow-redirects": "^1.13.0",
"googleapis": "^60.0.1",
"got": "^11.7.0",
"mongo-uri-builder": "^3.2.2",
"mongoose": "^5.10.7",
"pdf-parse": "^1.1.1",
"restify": "^8.5.1",
"restify-route": "0.0.6",
"winston": "^3.3.3"
}
}