aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..95e407f
--- /dev/null
+++ b/package.json
@@ -0,0 +1,36 @@
+{
+ "name": "timezone-boundary-builder",
+ "version": "1.0.0",
+ "description": "Scripts to create a timezone shapefile from multiple sources",
+ "main": "index.js",
+ "engines": {
+ "node": ">=10"
+ },
+ "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.0.0",
+ "@turf/bbox": "^6.0.1",
+ "@turf/helpers": "^6.1.4",
+ "async": "^3.1.0",
+ "jsts": "^2.0.4",
+ "query-overpass": "^1.5.3",
+ "rimraf": "^2.6.3",
+ "shpjs": "^3.4.3"
+ },
+ "devDependencies": {
+ "standard": "^12.0.1"
+ }
+}