{
  "name": "@adobe/fetch",
  "version": "4.3.0",
  "description": "Light-weight Fetch implementation transparently supporting both HTTP/1(.1) and HTTP/2",
  "main": "./src/index.js",
  "module": "./src/index.js",
  "sideEffects": false,
  "type": "module",
  "scripts": {
    "lint": "eslint .",
    "test": "c8 mocha",
    "test-ci": "c8 mocha",
    "semantic-release": "semantic-release",
    "semantic-release-dry": "semantic-release --dry-run --branches $CI_BRANCH",
    "prepare": "husky"
  },
  "mocha": {
    "timeout": "5000",
    "recursive": "true",
    "reporter": "mocha-multi-reporters",
    "reporter-options": "configFile=.mocha-multi.json"
  },
  "engines": {
    "node": ">=14.16"
  },
  "types": "src/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/adobe/fetch.git"
  },
  "author": "",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/adobe/fetch/issues"
  },
  "homepage": "https://github.com/adobe/fetch#readme",
  "keywords": [
    "fetch",
    "whatwg",
    "Fetch API",
    "http",
    "https",
    "http2",
    "h2",
    "promise",
    "async",
    "request",
    "RFC 7234",
    "7234",
    "caching",
    "cache"
  ],
  "dependencies": {
    "debug": "4.4.3",
    "http-cache-semantics": "4.2.0",
    "lru-cache": "7.18.3"
  },
  "devDependencies": {
    "@semantic-release/changelog": "6.0.3",
    "@semantic-release/git": "10.0.1",
    "@semantic-release/npm": "13.1.5",
    "c8": "11.0.0",
    "chai": "6.2.2",
    "eslint": "8.57.1",
    "eslint-config-airbnb-base": "15.0.0",
    "eslint-plugin-header": "3.1.1",
    "eslint-plugin-import": "2.32.0",
    "formdata-node": "6.0.3",
    "husky": "9.1.7",
    "lint-staged": "16.4.0",
    "mocha": "11.7.5",
    "mocha-multi-reporters": "1.5.1",
    "nock": "13.5.6",
    "parse-cache-control": "1.0.1",
    "parse-multipart-data": "1.5.0",
    "semantic-release": "25.0.3",
    "sinon": "21.0.3",
    "stream-buffers": "3.0.3"
  },
  "lint-staged": {
    "*.js": "eslint"
  }
}
