1{ 2 "name": "timezone-boundary-builder", 3 "version": "1.0.0", 4 "description": "Scripts to create a timezone shapefile from multiple sources", 5 "main": "index.js", 6 "engines": { 7 "node": ">=10" 8 }, 9 "scripts": { 10 "test": "standard && node lint-json.js" 11 }, 12 "keywords": [ 13 "timezone", 14 "shapefile" 15 ], 16 "repository": { 17 "type": "git", 18 "url": "https://github.com/evansiroky/timezone-boundary-builder.git" 19 }, 20 "author": "Evan Siroky", 21 "license": "MIT", 22 "dependencies": { 23 "@mapbox/geojson-area": "^0.2.2", 24 "@mapbox/geojsonhint": "^3.0.0", 25 "@turf/bbox": "^6.0.1", 26 "@turf/helpers": "^6.1.4", 27 "async": "^3.1.0", 28 "jsts": "^2.0.4", 29 "query-overpass": "^1.5.3", 30 "rimraf": "^2.6.3", 31 "shpjs": "^3.4.3" 32 }, 33 "devDependencies": { 34 "standard": "^12.0.1" 35 } 36} 37