{ "name": "vicmap-addresses2osm", "version": "1.0.0", "description": "Transform upstream VicMap Address data into OSM schema", "main": "index.js", "author": "Andrew Harvey ", "license": "MIT", "scripts": { "test": "./node_modules/.bin/tape test/toOSM.js test/cluster.js test/unitsToRanges.js" }, "dependencies": { "capital-case": "^1.0.4", "cheap-ruler": "^3.0.1", "clone-deep": "^4.0.1", "flatbush": "^3.3.0", "geoflatbush": "^1.0.0", "ndjson": "^2.0.0", "readable-stream": "^3.6.0", "tape": "^5.2.2", "yargs": "^17.0.0" }, "engines": { "node": ">=12.3" } }