forked from LeM0-Dev/puppeteer-page-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 993 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "@lem0-packages/puppeteer-page-proxy",
"description": "Fixed fork of Cuadrix/puppeteer-page-proxy. Additional Node.js module to use with 'puppeteer' for setting proxies per page basis.",
"version": "1.3.3",
"author": "LeM0 <[email protected]> (https://github.com/LeM0-DEV)",
"homepage": "https://github.com/LeM0-DEV/puppeteer-page-proxy",
"main": "./src/index.js",
"types": "./src/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LeM0-DEV/puppeteer-page-proxy.git"
},
"keywords": [
"puppeteer",
"proxy",
"page",
"headless",
"chromium"
],
"license": "MIT",
"dependencies": {
"got": "^11.8.5",
"http-proxy-agent": "^5.0.0",
"https-proxy-agent": "^5.0.1",
"socks-proxy-agent": "^7.0.0",
"tough-cookie": "^4.1.2"
},
"bugs": {
"url": "https://github.com/LeM0-DEV/puppeteer-page-proxy/issues"
}
}