{
  "name": "gimmeproxy-request",
  "version": "1.0.12",
  "description": "Automatically make request through random proxy using https://gimmeproxy.com service",
  "main": "bundle/index.js",
  "author": "GimmeProxy",
  "license": "MPL-2.0",
  "engines": {
    "node": ">= 8.4.0"
  },
  "files": [
    "bundle/index.js"
  ],
  "scripts": {
    "build": "rm -rf ./build/* && ./node_modules/.bin/tsc -p tsconfig.json",
    "bundle": "rm -rf ./bundle/* && NODE_ENV=production webpack --config ./webpack.config.js --progress --profile --colors",
    "start": "node build/index.js"
  },
  "devDependencies": {
    "@types/node": "^9.4.0",
    "@types/retry": "^0.10.2",
    "typescript": "^2.6.2",
    "webpack": "^3.10.0",
    "webpack-obfuscator": "^0.14.0"
  },
  "dependencies": {
    "debug": "^3.1.0",
    "tslib": "^1.9.0",
    "request-promise-native": "1.0.5",
    "https-proxy-agent": "^2.1.1",
    "lodash": "^4.17.5",
    "proxy-agent": "^2.2.0",
    "request": "^2.83.0",
    "retry": "^0.10.1"
  }
}
