From bf53c8b3aa6a25b7a879a5799af1cc04431f29e4 Mon Sep 17 00:00:00 2001 From: bobzilladev Date: Mon, 13 Nov 2023 11:06:57 -0500 Subject: [PATCH] package.json: adding keywords, full license --- package.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 0bc0ea0..06b1db6 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ } }, "unused-for-now": "aarch64-pc-windows-msvc", - "license": "MIT", + "license": "(MIT OR Apache-2.0)", "devDependencies": { "@napi-rs/cli": "^2.15.1", "@types/node": "^18.13.0", @@ -64,6 +64,12 @@ }, "packageManager": "yarn@3.3.1", "description": "The ngrok agent in library form, suitable for integrating directly into your NodeJS application.", + "keywords": [ + "ngrok", + "nodejs", + "ingress", + "networking" + ], "homepage": "https://ngrok.github.io/ngrok-nodejs/", "repository": { "type": "git",