diff --git a/packages/bruno-cli/package.json b/packages/bruno-cli/package.json index 41711f89a..b616c50e8 100644 --- a/packages/bruno-cli/package.json +++ b/packages/bruno-cli/package.json @@ -14,27 +14,27 @@ "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", - "mock-api", - "http-client", - "async", - "promise", - "javascript", - "nodejs", - "automation-tool", - "postman-alternative", - "api-scripting" -], + "API", + "testing", + "automation", + "cli", + "command-line", + "bruno", + "HTTP requests", + "rest-api", + "api-client", + "api-automation", + "request-handling", + "mock-api", + "http-client", + "async", + "promise", + "javascript", + "nodejs", + "automation-tool", + "postman-alternative", + "api-scripting" + ], "scripts": { "test": "node --experimental-vm-modules $(npx which jest)" },