{
  "name": "proxy-lists",
  "version": "1.23.3",
  "description": "Get proxies from publicly available proxy lists.",
  "keywords": [
    "proxies",
    "proxylist",
    "proxylists",
    "proxy"
  ],
  "main": "index.js",
  "scripts": {
    "test": "npm run test:unit",
    "test:unit": "./node_modules/.bin/mocha test/unit/ --recursive --reporter spec --ui bdd",
    "update:geoip-database": "node ./node_modules/geoip-lite/scripts/updatedb.js"
  },
  "bin": {
    "proxy-lists": "cli.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/chill117/proxy-lists"
  },
  "author": {
    "name": "Charles Hill",
    "email": "chill@degreesofzero.com"
  },
  "license": "MIT",
  "funding": {
    "type": "individual",
    "url": "https://degreesofzero.com/donate.html?project=proxy-lists"
  },
  "readmeFilename": "readme.md",
  "bugs": {
    "url": "https://github.com/chill117/proxy-lists/issues"
  },
  "dependencies": {
    "async": "3.2.1",
    "commander": "8.1.0",
    "data-sourcer": "1.10.3",
    "debug": "4.3.2",
    "geoip-lite": "1.4.2",
    "underscore": "1.13.1",
    "user-agents": "1.0.762"
  },
  "devDependencies": {
    "chai": "4.3.4",
    "mocha": "9.1.1"
  }
}
