Update package.json with keywords

This commit is contained in:
ganesh
2025-01-03 07:17:36 -08:00
committed by GitHub
parent 52672e67a2
commit c852257bda

View File

@@ -13,6 +13,28 @@
"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",
"mock-api",
"http-client",
"async",
"promise",
"javascript",
"nodejs",
"automation-tool",
"postman-alternative",
"api-scripting"
],
"scripts": {
"test": "node --experimental-vm-modules $(npx which jest)"
},