aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 09d67f41d643cc326f5673b840374f5474c758e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "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",
  "scripts": {
    "test": "./node_modules/.bin/tape test/toOSM.js test/cluster.js"
  },
  "dependencies": {
    "capital-case": "^1.0.4",
    "cheap-ruler": "^3.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"
  }
}