{
  "name": "node-fetch",
  "version": "3.3.2",
  "description": "A light-weight module that brings Fetch API to node.js",
  "main": "./src/index.js",
  "sideEffects": false,
  "type": "module",
  "files": [
    "src",
    "@types/index.d.ts"
  ],
  "types": "./@types/index.d.ts",
  "engines": {
    "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/node-fetch/node-fetch.git"
  },
  "author": "David Frank",
  "license": "MIT",
  "homepage": "https://github.com/node-fetch/node-fetch",
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/node-fetch"
  },
  "devDependencies": {
    "abort-controller": "^3.0.0",
    "abortcontroller-polyfill": "^1.7.1",
    "busboy": "^1.4.0",
    "c8": "^7.7.2",
    "chai": "^4.3.4",
    "chai-as-promised": "^7.1.1",
    "chai-iterator": "^3.0.2",
    "chai-string": "^1.5.0",
    "coveralls": "^3.1.0",
    "form-data": "^4.0.0",
    "formdata-node": "^4.2.4",
    "mocha": "^9.1.3",
    "p-timeout": "^5.0.0",
    "stream-consumers": "^1.0.1",
    "tsd": "^0.14.0",
    "xo": "^0.39.1"
  },
  "dependencies": {
    "data-uri-to-buffer": "^4.0.0",
    "fetch-blob": "^3.1.4",
    "formdata-polyfill": "^4.0.10"
  },
  "tsd": {
    "cwd": "@types",
    "compilerOptions": {
      "esModuleInterop": true
    }
  },
  "runkitExampleFilename": "example.js",
  "release": {
    "branches": [
      "+([0-9]).x",
      "main",
      "next",
      {
        "name": "beta",
        "prerelease": true
      }
    ]
  }
}