-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
39 lines (39 loc) · 1006 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
{
"name": "mobility-metrics",
"version": "4.7.0",
"description": "tools for aggregating mobility data",
"bin": "./src/cli.js",
"scripts": {
"lint": "prettier config.template.json example/example.json '{,!(node_modules)/**/}*.js' templates/*.html --write",
"test": "npm run lint; tap -R spec test/*.test.js"
},
"engines": {
"node": ">=11.0.0"
},
"dependencies": {
"@mapbox/tile-cover": "^3.0.2",
"@oclif/config": "^1.13.0",
"@turf/turf": "^5.1.6",
"byline": "^5.0.0",
"d3-queue": "^3.0.7",
"h3-js": "^3.4.2",
"level": "^6.0.0",
"level-mem": "^3.0.1",
"md5": "^2.2.1",
"mkdirp": "^0.5.1",
"moment": "^2.24.0",
"object-hash": "^2.0.3",
"osrm": "^5.23.0",
"recursive-copy": "^2.0.10",
"request": "^2.88.0",
"rimraf": "^2.6.3",
"sharedstreets": "^0.13.7",
"through2": "^3.0.1",
"untildify": "^3.0.3"
},
"devDependencies": {
"prettier": "^1.18.2",
"tap": "^12.7.0",
"tape": "^4.11.0"
}
}