forked from ZFC-Digital/puppeteer-real-browser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·43 lines (43 loc) · 1.27 KB
/
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
35
36
37
38
39
40
41
42
43
{
"name": "puppeteer-real-browser",
"version": "1.2.31",
"description": "This package is designed to bypass puppeteer's bot-detecting captchas such as Cloudflare. It acts like a real browser and can be managed with puppeteer.",
"type": "module",
"exports": "./src/index.js",
"scripts": {
"start": "node ./src/test.js"
},
"keywords": [
"cf-bypass",
"cloudflare-bypass",
"puppeteer-fingerprint",
"puppeteer-cloudflare",
"puppeteer-real-browser",
"undetectable-puppeteer",
"undetect",
"undetectable",
"puppeteer-undetectable",
"puppeteer-undetect",
"puppeteer-undetectable-bypass",
"puppeteer-undetect-bypass",
"puppeteer-undetectable-cloudflare",
"puppeteer-undetect-cloudflare",
"puppeteer-undetectable-cf",
"puppeteer-undetect-cf",
"puppeteer-undetectable-cf-bypass"
],
"author": "zfc-software",
"license": "ISC",
"dependencies": {
"cli-color": "^2.0.3",
"puppeteer": "^22.8.2",
"puppeteer-afp": "https://github.com/zfcsoftware/puppeteer-afp/tree/master",
"xvfb": "^0.4.0"
},
"repository": {
"type": "git",
"url": "https://github.com/zfcsoftware/puppeteer-real-browser"
},
"readme": "README.md",
"homepage": "https://github.com/zfcsoftware/puppeteer-real-browser"
}