diff --git a/packages/client/package.json b/packages/client/package.json index c6a624f..da6840c 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -9,7 +9,10 @@ "files": [ "dist" ], - "keywords": [], + "keywords": [ + "response", + "client response handler" + ], "repository": { "type": "git", "url": "https://github.com/yatendra121/qnx.git", diff --git a/packages/crypto/package.json b/packages/crypto/package.json index 97d2627..c4a5a19 100644 --- a/packages/crypto/package.json +++ b/packages/crypto/package.json @@ -9,6 +9,10 @@ "files": [ "dist" ], + "keywords": [ + "crypto", + "jose" + ], "repository": { "type": "git", "url": "https://github.com/yatendra121/qnx.git" diff --git a/packages/log/package.json b/packages/log/package.json index 197b846..f7fe43c 100644 --- a/packages/log/package.json +++ b/packages/log/package.json @@ -8,6 +8,10 @@ "files": [ "dist" ], + "keywords": [ + "console log", + "chalk" + ], "repository": { "type": "git", "url": "https://github.com/yatendra121/qnx.git" diff --git a/packages/message/package.json b/packages/message/package.json index e382342..d518d4c 100644 --- a/packages/message/package.json +++ b/packages/message/package.json @@ -8,6 +8,9 @@ "files": [ "dist" ], + "keywords": [ + "response message" + ], "repository": { "type": "git", "url": "https://github.com/yatendra121/qnx.git" diff --git a/packages/winston/package.json b/packages/winston/package.json index 9027238..f3ca2a3 100644 --- a/packages/winston/package.json +++ b/packages/winston/package.json @@ -12,7 +12,8 @@ "keywords": [ "logger", "errors response logger", - "error log" + "error log", + "winston" ], "repository": { "type": "git",