{
  "name": "fetch-with-proxy",
  "version": "3.0.1",
  "description": "Wrap node-fetch to enable proxy use.",
  "directories": {
    "test": "test"
  },
  "main": "./lib/index.js",
  "scripts": {
    "test": "mocha --require babel-polyfill",
    "lint": "eslint --ext=.js ./test/*.js ./src/*.js",
    "build": "babel src --out-dir lib",
    "prepublish": "npm run build",
    "pretest": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/touv/node-fetch-with-proxy.git"
  },
  "keywords": [
    "http",
    "fetch",
    "proxy"
  ],
  "author": "Nicolas Thouvenin <nthouvenin@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/touv/node-fetch-with-proxy/issues"
  },
  "homepage": "https://github.com/touv/node-fetch-with-proxy#readme",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-eslint": "^10.1.0",
    "babel-polyfill": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "babel-preset-stage-3": "^6.24.1",
    "eslint": "^7.15.0",
    "eslint-plugin-import": "^2.22.1",
    "mocha": "^8.2.1"
  },
  "dependencies": {
    "node-abort-controller": "^1.1.0",
    "node-fetch": "^2.6.1",
    "proxy-from-env": "^1.1.0",
    "tunnel-agent": "^0.6.0"
  }
}
