aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: bf160f87f356d91ed27b6393fa86e9c999c9c3d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "vicmap-addresses2osm",
  "version": "1.0.0",
  "description": "Transform upstream VicMap Address data into OSM schema",
  "main": "index.js",
  "author": "Andrew Harvey <andrew@alantgeo.com.au>",
  "license": "MIT",
  "dependencies": {
    "capital-case": "^1.0.4",
    "ndjson": "^2.0.0",
    "readable-stream": "^3.6.0",
    "title-case": "^3.0.3"
  },
  "engines": {
    "node": ">=12.3"
  }
}