From 2764178f0058e6d955206b0962fd433579cf5d56 Mon Sep 17 00:00:00 2001 From: ganesh-bruno Date: Fri, 3 Jan 2025 20:09:28 +0530 Subject: [PATCH] added keyword to package json file --- packages/bruno-cli/package.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/packages/bruno-cli/package.json b/packages/bruno-cli/package.json index 22bc16602c..e19b31d3d1 100644 --- a/packages/bruno-cli/package.json +++ b/packages/bruno-cli/package.json @@ -13,6 +13,30 @@ "type": "git", "url": "git+https://github.com/usebruno/bruno.git" }, + "keywords": [ + "API", + "testing", + "automation", + "cli", + "command-line", + "bruno", + "HTTP requests", + "rest-api", + "api-client", + "api-automation", + "request-handling", + "API testing", + "mock-api", + "command-line-interface", + "http-client", + "async", + "promise", + "javascript", + "nodejs", + "automation-tool", + "postman-alternative", + "api-scripting" + ], "scripts": { "test": "node --experimental-vm-modules $(npx which jest)" },