Skip to content

Commit

Permalink
added ketwords to the bru cli package json
Browse files Browse the repository at this point in the history
  • Loading branch information
ganesh-bruno committed Jan 3, 2025
1 parent a2a63f3 commit 611797e
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions packages/bruno-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
},
Expand Down

0 comments on commit 611797e

Please sign in to comment.