-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 926 Bytes
/
package.json
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
36
{
"name": "coviddata",
"version": "1.2.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"dev": "PORT=3003 DEBUG=coviddata:* node ./bin/www"
},
"dependencies": {
"@turf/turf": "^5.1.6",
"chokidar": "^3.4.1",
"cookie-parser": "~1.4.4",
"csvtojson": "^2.0.10",
"debug": "~2.6.9",
"express": "^4.18.2",
"jStat": "^1.8.6",
"jstat": "^1.9.3",
"lodash": "^4.17.21",
"moment": "^2.27.0",
"morgan": "~1.9.1",
"node-cache": "^5.1.2",
"node-fetch": "^2.6.0",
"rereadable-stream": "^1.4.4"
},
"devDependencies": {
"eslint": "^7.5.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"prettier": "^2.0.5"
}
}