From 5039b0dbf3af3b93466069927d794f5b1c8ccf81 Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Tue, 4 May 2021 14:50:52 +1000 Subject: add cluster library --- package.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'package.json') 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 ", "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" -- cgit v1.2.3