-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
43 lines (43 loc) · 995 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
37
38
39
40
41
42
43
{
"name": "covid-19-mobility-tracker",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"change-case": "^4.1.1",
"country-codes-list": "^1.6.0",
"date-fns": "^2.11.1",
"download": "^8.0.0",
"euclidean-distance": "^1.0.0",
"execa": "^4.0.0",
"get-pixels": "^3.3.2",
"jest-worker": "^25.2.6",
"jimp": "^0.10.0",
"jsdom": "^16.2.2",
"json-csv": "^3.0.1",
"lodash": "^4.17.15",
"mkdirp": "^1.0.4",
"p-queue": "^6.3.0",
"pdf-parse": "^1.1.1",
"puppeteer": "^2.1.1",
"rimraf": "^3.0.2",
"shelljs": "^0.8.3",
"svg.js": "^2.7.1",
"svgdom": "^0.0.21",
"svgo": "^1.3.2"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"scripts": {
"prettier": "prettier --write '**/*.{html,js,json,css,jsx,flow,md}'",
"build": "node index"
},
"devDependencies": {
"husky": "^4.2.3",
"prettier": "2.0.2",
"pretty-quick": "^2.0.1"
}
}