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.2.0", 28 "follow-redirects": "^1.13.0", 29 "jsts": "^2.5.1", 30 "query-overpass": "^1.5.5", 31 "rimraf": "^3.0.2", 32 "shpjs": "^3.6.0", 33 "yargs": "^16.1.0" 34 }, 35 "devDependencies": { 36 "standard": "^14.3.4" 37 } 38} 39