diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-06-14 21:16:17 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-06-14 21:16:17 +1000 |
commit | 3c2e3bbcc6a845dcc011d79552490816b01bdaba (patch) | |
tree | fec1ebfffc5c8020c014c4bd2f0bb5426395955c /package.json | |
parent | e76e53cf087efedadb076a6fc6ab70d81993638f (diff) |
unit from number create changeset from maproulette setTags operations
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 85c91ea..726a9cb 100644 --- a/package.json +++ b/package.json @@ -22,12 +22,14 @@ "geojsontoosm": "^0.0.3", "mktemp": "^1.0.0", "ndjson": "^2.0.0", + "node-fetch": "^2.6.1", "object.omit": "^3.0.0", "osm-geojson": "^0.8.4", "polygon-lookup": "^2.6.0", "readable-stream": "^3.6.0", "string-comparison": "^1.0.9", "tape": "^5.2.2", + "xml-js": "^1.6.11", "yargs": "^17.0.1" }, "engines": { |