mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-09 06:55:03 +00:00
Update package.json with keywords
This commit is contained in:
@@ -13,6 +13,28 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/usebruno/bruno.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": {
|
"scripts": {
|
||||||
"test": "node --experimental-vm-modules $(npx which jest)"
|
"test": "node --experimental-vm-modules $(npx which jest)"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user