aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2021-05-04 14:50:52 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2021-05-04 14:50:52 +1000
commit5039b0dbf3af3b93466069927d794f5b1c8ccf81 (patch)
tree82f675877771b06da8cd4b82778c68b65d11cb91 /package.json
parent0e9a1861bac8b310c757a2c3fd92d67b50ebba12 (diff)
add cluster library
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/package.json b/package.json
index 3aa7820..ff27c53 100644
--- a/package.json
+++ b/package.json
@@ -5,12 +5,19 @@
"main": "index.js",
"author": "Andrew Harvey <andrew@alantgeo.com.au>",
"license": "MIT",
+ "scripts": {
+ "test": "./node_modules/.bin/tape test/index.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",
- "title-case": "^3.0.3"
+ "title-case": "^3.0.3",
+ "yargs": "^17.0.0"
},
"engines": {
"node": ">=12.3"