blob: 3aa78209e0d8e2393f48ca6f5c55a13dc659e2e6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"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",
"tape": "^5.2.2",
"title-case": "^3.0.3"
},
"engines": {
"node": ">=12.3"
}
}
|