{
  "name": "@adobe/spacecat-shared-http-utils",
  "version": "1.31.0",
  "description": "Shared modules of the Spacecat Services - HTTP Utils",
  "type": "module",
  "engines": {
    "node": ">=22.0.0 <25.0.0",
    "npm": ">=10.9.0 <12.0.0"
  },
  "main": "src/index.js",
  "types": "src/index.d.ts",
  "scripts": {
    "test": "c8 mocha --spec=test/**/*.test.js",
    "lint": "eslint .",
    "lint:fix": "eslint --fix .",
    "clean": "rm -rf package-lock.json node_modules"
  },
  "mocha": {
    "reporter": "mocha-multi-reporters",
    "reporter-options": "configFile=.mocha-multi.json",
    "spec": "test/*.test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/adobe/spacecat-shared.git"
  },
  "author": "",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/adobe/spacecat-shared/issues"
  },
  "homepage": "https://github.com/adobe/spacecat-shared#readme",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@adobe/fetch": "4.3.0",
    "@adobe/spacecat-shared-launchdarkly-client": "1.3.0",
    "@adobe/spacecat-shared-utils": "1.81.1",
    "jose": "6.2.3"
  },
  "devDependencies": {
    "@adobe/helix-shared-wrap": "2.0.2",
    "chai": "6.2.2",
    "chai-as-promised": "8.0.2",
    "esmock": "2.7.6",
    "sinon": "22.0.0"
  }
}
