UNPKG

@nexon.js/proxy-agent

Version:

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

31 lines 612 B
{ "name": "@nexon.js/proxy-agent", "version": "0.1.4", "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": "Kens Ransyah", "license": "MIT", "dependencies": { "https-proxy-agent": "^7.0.5", "http-proxy-agent": "^7.0.2" }, "peerDependencies": { "axios": "^1.7.7" } }