{
  "name": "@heroku/http-call",
  "description": "make http requests",
  "version": "5.5.3",
  "author": "Heroku",
  "bugs": "https://github.com/heroku/http-call/issues",
  "dependencies": {
    "chalk": "^4.1.2",
    "content-type": "^1.0.5",
    "debug": "^4.4.3",
    "is-retry-allowed": "^2.2.0",
    "is-stream": "^2.0.1",
    "tunnel-agent": "^0.6.0"
  },
  "devDependencies": {
    "@types/content-type": "^1.1.9",
    "@types/istanbul-lib-report": "^3.0.3",
    "@types/jest": "^29.5.14",
    "@types/nock": "^10.0.3",
    "@types/node": "20.14.8",
    "@types/sinon": "^17.0.4",
    "eslint": "^7.32.0",
    "eslint-config-oclif": "^4.0.0",
    "eslint-config-oclif-typescript": "^1.0.2",
    "jest": "^29.7.0",
    "nock": "^13.5.6",
    "sinon": "^20.0.0",
    "strip-ansi": "6.0.1",
    "ts-jest": "^29.4.1",
    "typescript": "4.9.5"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/heroku/http-call",
  "keywords": [
    "http",
    "request",
    "rest"
  ],
  "license": "ISC",
  "main": "lib/http.js",
  "repository": "heroku/http-call",
  "resolutions": {
    "@types/istanbul-lib-report": "^3.0.3"
  },
  "scripts": {
    "prepare": "rm -rf lib && tsc",
    "pretest": "tsc",
    "posttest": "eslint . --ext .ts",
    "test": "jest"
  },
  "types": "./lib/http.d.ts"
}
