forked from thechicagoreporter/covid19-api
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.06 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "covid19-api",
"version": "1.0.0",
"description": "",
"main": "scripts/loadData.js",
"scripts": {
"load_census": "node --max_old_space_size=4096 ./scripts/loadCensus.js",
"load_state_county": "node ./scripts/loadStateCountyResults.js",
"load_zips": "node ./scripts/loadZIPCodes.js",
"load_zips_alt": "node ./scripts/loadZIPCodesAlt.js",
"refresh_views": "node ./scripts/refreshViews.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thechicagoreporter/il-covid19-api.git"
},
"author": "David Eads",
"license": "MIT",
"bugs": {
"url": "https://github.com/thechicagoreporter/il-covid19-api/issues"
},
"homepage": "https://github.com/thechicagoreporter/il-covid19-api#readme",
"dependencies": {
"aws-sdk": "^2.741.0",
"citysdk": "^2.1.4",
"dotenv": "^8.2.0",
"graphqurl": "^0.3.3",
"lodash": "^4.17.15",
"node-fetch": "^2.6.0",
"slugify": "^1.4.4",
"tiny-async-pool": "^1.1.0"
},
"devDependencies": {}
}