@orangeopensource/hurl
Version:
Run and Test HTTP Requests with plain text and curl
46 lines (45 loc) • 1.05 kB
JSON
{
"name": "@orangeopensource/hurl",
"version": "6.1.1",
"hurlBinaryVersion": "6.1.1",
"description": "Run and Test HTTP Requests with plain text and curl",
"author": "Jean-Christophe Amiel <jeanchristophe.amiel@orange.com>",
"contributors": [
"Fabrice Reix <fabrice.reix@orange.com>",
"Filipe Pinto <filipe.pinto@orange.com>",
"Jean-Christophe Amiel <jeanchristophe.amiel@orange.com>"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Orange-OpenSource/hurl.git"
},
"homepage": "https://hurl.dev",
"license": "Apache-2.0",
"bin": {
"hurl": "hurl.js",
"hurlfmt": "hurlfmt.js"
},
"scripts": {
"postinstall": "node ./install.js"
},
"dependencies": {
"axios": "1.8.2",
"extract-zip": "2.0.1",
"rimraf": "5.0.5",
"tar": "7.4.3"
},
"devDependencies": {},
"keywords": [
"cli",
"http",
"curl",
"integration-testing",
"http-client",
"testing-tools",
"api-testing"
],
"man": [
"./docs/hurl.1",
"./docs/hurlfmt.1"
]
}