From f362894c80b077148fbe4907a57cd54e9a9a77dc Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Fri, 2 Aug 2024 18:05:12 -0400 Subject: [PATCH] Improve package keywords when deploying to NPM Signed-off-by: Juan Cruz Viotti --- npm-deploy.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/npm-deploy.sh b/npm-deploy.sh index ddf6ce4..04a63e2 100755 --- a/npm-deploy.sh +++ b/npm-deploy.sh @@ -56,7 +56,12 @@ cat << EOF > "$OUTPUT/npm/staging/package.json" "license": "AGPL-3.0", "homepage": "https://github.com/intelligence-ai/jsonschema", "author": "Juan Cruz Viotti ", - "keywords": [ "jsonschema", "json" ], + "keywords": [ + "jsonschema", "json", "schema", "json-schema", + "cli", "\$ref", "dereference", "reference", "resolve", + "json-pointer", "validator", "bundle", + "lint", "format" + ], "bugs": { "url": "https://github.com/intelligence-ai/jsonschema/issues" },