{
  "name": "@orangeopensource/hurl",
  "version": "8.0.4",
  "hurlBinaryVersion": "8.0.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": {
    "extract-zip": "2.0.1",
    "tar": "7.5.22"
  },
  "devDependencies": {},
  "keywords": [
    "cli",
    "http",
    "curl",
    "integration-testing",
    "http-client",
    "testing-tools",
    "api-testing"
  ],
  "man": [
    "./docs/hurl.1",
    "./docs/hurlfmt.1"
  ]
}
