@rynn-k/proxy-agent
Version:
Efficient proxy rotation agent for Node.js with seamless axios integration
31 lines • 602 B
JSON
{
"name": "@rynn-k/proxy-agent",
"version": "1.0.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": "rynn",
"license": "MIT",
"dependencies": {
"https-proxy-agent": "^7.0.5",
"http-proxy-agent": "^7.0.2"
},
"peerDependencies": {
"axios": "^1.7.7"
}
}