proxy-connection
Version:
Proxy client with automatic connection management, health checking, and fetch-like API
67 lines (66 loc) • 1.65 kB
JSON
{
"name": "proxy-connection",
"version": "1.6.3",
"description": "Proxy client with automatic connection management, health checking, and fetch-like API",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"files": [
"dist/src/index.*",
"dist/src/types.*",
"dist/src/utils/**/*",
"dist/constants.*",
"README.md",
"CHANGELOG.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"lint": "eslint . --ext .ts,.js",
"lint:fix": "eslint . --ext .ts,.js --fix",
"test": "node tests/run-all-tests.js"
},
"keywords": [
"proxy",
"network",
"tunnel",
"socks5",
"fetch",
"http-client",
"proxy-manager",
"health-check",
"failover",
"load-balancing"
],
"author": "ProxyManager Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/yourusername/proxy-connection.git"
},
"bugs": {
"url": "https://github.com/yourusername/proxy-connection/issues"
},
"homepage": "https://github.com/yourusername/proxy-connection#readme",
"dependencies": {
"@types/form-data": "^2.2.1",
"dotenv": "^16.3.0",
"form-data": "^4.0.3",
"socks-proxy-agent": "^8.0.5"
},
"devDependencies": {
"@eslint/js": "^9.30.0",
"@sentry/types": "^9.34.0",
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^8.35.0",
"@typescript-eslint/parser": "^8.35.0",
"eslint": "^9.30.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-node": "^11.1.0",
"openai": "^5.8.2",
"tsx": "^4.0.0",
"typescript": "^5.0.0"
},
"engines": {
"node": ">=20.0.0"
}
}