aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: df6f54b550fa61ca4b5f3b5b1848d25d619b8bd6 (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
25
26
27
{
  "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 test/unitsToRanges.js test/withinRange.js test/valueLimits.js test/reduceRangeDuplicates.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",
    "mktemp": "^1.0.0",
    "ndjson": "^2.0.0",
    "polygon-lookup": "^2.6.0",
    "readable-stream": "^3.6.0",
    "tape": "^5.2.2",
    "yargs": "^17.0.1"
  },
  "engines": {
    "node": ">=12.3"
  }
}