-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 959 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": "overpass_api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"preinstall": "npx npm-force-resolutions"
},
"author": "",
"license": "ISC",
"dependencies": {
"@mapbox/geojson-merge": "^1.1.1",
"@mapbox/mbtiles": "^0.12.1",
"@mapbox/tilebelt": "^1.0.1",
"@mapbox/vector-tile": "^1.3.1",
"@turf/turf": "^5.1.6",
"argv": "0.0.2",
"delay": "^2.0.0",
"earcut": "^2.1.3",
"geobuf": "^3.0.0",
"geojson-bbox": "0.0.0",
"geojson-rewind": "^0.3.1",
"geojson-vt": "^3.1.0",
"pbf": "^3.1.0",
"pretty-seconds": "^0.2.1",
"query-overpass": "^1.5.3",
"sync-each": "^1.0.1",
"turf-clip": "0.0.1",
"vt-pbf": "^3.1.0",
"zlib": "^1.0.5"
},
"devDependencies": {
"cryptiles": "^4.1.3"
},
"resolutions": {
"cryptiles": "^4.1.3"
}
}