From c88dea6151e2b96fe901cf549bc8c43e6ccb969f Mon Sep 17 00:00:00 2001 From: Gady Date: Mon, 24 Apr 2023 19:41:44 +0300 Subject: [PATCH] Augment subpackages npm info (#2478) * augment subpackages npm info * some more keywords --------- Co-authored-by: Leibale Eidelman --- packages/bloom/package.json | 14 +++++++++++++- packages/client/package.json | 5 ++++- packages/graph/package.json | 14 +++++++++++++- packages/json/package.json | 14 +++++++++++++- packages/search/package.json | 14 +++++++++++++- packages/time-series/package.json | 14 +++++++++++++- 6 files changed, 69 insertions(+), 6 deletions(-) diff --git a/packages/bloom/package.json b/packages/bloom/package.json index d4eef193d8..d2e2c80806 100644 --- a/packages/bloom/package.json +++ b/packages/bloom/package.json @@ -25,5 +25,17 @@ "ts-node": "^10.9.1", "typedoc": "^0.23.25", "typescript": "^4.9.5" - } + }, + "repository": { + "type": "git", + "url": "git://github.com/redis/node-redis.git" + }, + "bugs": { + "url": "https://github.com/redis/node-redis/issues" + }, + "homepage": "https://github.com/redis/node-redis/tree/master/packages/bloom", + "keywords": [ + "redis", + "RedisBloom" + ] } diff --git a/packages/client/package.json b/packages/client/package.json index c342fce26f..5fde2a35ad 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -45,5 +45,8 @@ "bugs": { "url": "https://github.com/redis/node-redis/issues" }, - "homepage": "https://github.com/redis/node-redis/tree/master/packages/client" + "homepage": "https://github.com/redis/node-redis/tree/master/packages/client", + "keywords": [ + "redis" + ] } diff --git a/packages/graph/package.json b/packages/graph/package.json index 40ce8b7c56..bbd5dd778d 100644 --- a/packages/graph/package.json +++ b/packages/graph/package.json @@ -25,5 +25,17 @@ "ts-node": "^10.9.1", "typedoc": "^0.23.25", "typescript": "^4.9.5" - } + }, + "repository": { + "type": "git", + "url": "git://github.com/redis/node-redis.git" + }, + "bugs": { + "url": "https://github.com/redis/node-redis/issues" + }, + "homepage": "https://github.com/redis/node-redis/tree/master/packages/graph", + "keywords": [ + "redis", + "RedisGraph" + ] } diff --git a/packages/json/package.json b/packages/json/package.json index 6f4c468bfd..b2f0ec9dbe 100644 --- a/packages/json/package.json +++ b/packages/json/package.json @@ -25,5 +25,17 @@ "ts-node": "^10.9.1", "typedoc": "^0.23.25", "typescript": "^4.9.5" - } + }, + "repository": { + "type": "git", + "url": "git://github.com/redis/node-redis.git" + }, + "bugs": { + "url": "https://github.com/redis/node-redis/issues" + }, + "homepage": "https://github.com/redis/node-redis/tree/master/packages/json", + "keywords": [ + "redis", + "RedisJSON" + ] } diff --git a/packages/search/package.json b/packages/search/package.json index 684bfe1ff0..61154daa01 100644 --- a/packages/search/package.json +++ b/packages/search/package.json @@ -25,5 +25,17 @@ "ts-node": "^10.9.1", "typedoc": "^0.23.25", "typescript": "^4.9.5" - } + }, + "repository": { + "type": "git", + "url": "git://github.com/redis/node-redis.git" + }, + "bugs": { + "url": "https://github.com/redis/node-redis/issues" + }, + "homepage": "https://github.com/redis/node-redis/tree/master/packages/search", + "keywords": [ + "redis", + "RediSearch" + ] } diff --git a/packages/time-series/package.json b/packages/time-series/package.json index 1d6a184e5f..fffad02f62 100644 --- a/packages/time-series/package.json +++ b/packages/time-series/package.json @@ -25,5 +25,17 @@ "ts-node": "^10.9.1", "typedoc": "^0.23.25", "typescript": "^4.9.5" - } + }, + "repository": { + "type": "git", + "url": "git://github.com/redis/node-redis.git" + }, + "bugs": { + "url": "https://github.com/redis/node-redis/issues" + }, + "homepage": "https://github.com/redis/node-redis/tree/master/packages/time-series", + "keywords": [ + "redis", + "RedisTimeSeries" + ] }