UNPKG

@rynn-k/proxy-agent

Version:

Efficient proxy rotation agent for Node.js with seamless axios integration

33 lines (32 loc) 638 B
{ "name": "@rynn-k/proxy-agent", "version": "1.1.0", "description": "Efficient proxy rotation agent for Node.js with seamless axios integration", "main": "index.js", "types": "index.d.ts", "files": [ "src/", "index.js", "index.d.ts", "README.md", "LICENSE" ], "keywords": [ "proxy", "proxy-agent", "proxy-rotation", "axios", "https-proxy", "http-proxy" ], "author": "rynn", "license": "MIT", "dependencies": { "http-proxy-agent": "^7.0.2", "https-proxy-agent": "^7.0.5", "socks-proxy-agent": "^8.0.5" }, "peerDependencies": { "axios": "^1.7.7" } }