-
-
Notifications
You must be signed in to change notification settings - Fork 83
/
package.json
46 lines (46 loc) · 1.06 KB
/
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
44
45
46
{
"name": "timezone-boundary-builder",
"version": "1.0.0",
"description": "Scripts to create a timezone shapefile from multiple sources",
"main": "index.js",
"engines": {
"node": ">=12"
},
"scripts": {
"test": "standard && node lint-json.js"
},
"keywords": [
"timezone",
"shapefile"
],
"repository": {
"type": "git",
"url": "https://github.com/evansiroky/timezone-boundary-builder.git"
},
"author": "Evan Siroky",
"license": "MIT",
"dependencies": {
"@mapbox/geojson-area": "^0.2.2",
"@mapbox/geojsonhint": "^3.3.0",
"@tubular/time": "^3.9.2",
"@turf/bbox": "^7.1.0",
"@turf/helpers": "^7.1.0",
"async": "^3.2.6",
"got": "^11.8.6",
"hasha": "^5.2.2",
"jsts": "^2.7.1",
"lodash.clonedeep": "^4.5.0",
"lodash.memoize": "^4.1.2",
"object-hash": "^3.0.0",
"query-overpass": "^1.5.5",
"rimraf": "^3.0.2",
"shpjs": "^4.0.2",
"yargs": "^17.7.2"
},
"funding": {
"url": "https://github.com/sponsors/evansiroky"
},
"devDependencies": {
"standard": "^17.1.0"
}
}