-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
59 lines (59 loc) · 1.33 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "rebrowser-patches",
"version": "1.0.15",
"description": "Collection of patches for puppeteer and playwright to avoid automation detection and leaks. Helps to avoid Cloudflare and DataDome CAPTCHA pages. Easy to patch/unpatch, can be enabled/disabled on demand.",
"keywords": [
"automation",
"bot",
"bot-detection",
"crawler",
"crawling",
"chromedriver",
"webdriver",
"headless",
"headless-chrome",
"stealth",
"captcha",
"scraping",
"web-scraping",
"cloudflare",
"datadome",
"chrome",
"puppeteer",
"puppeteer-extra",
"selenium",
"playwright",
"rebrowser",
"rebrowser-patches"
],
"author": {
"name": "Rebrowser",
"email": "[email protected]",
"url": "https://rebrowser.net"
},
"contributors": [
"Nick Webson <[email protected]>"
],
"repository": {
"type": "git",
"url": "git+https://github.com/rebrowser/rebrowser-patches"
},
"bugs": {
"url": "https://github.com/rebrowser/rebrowser-patches/issues"
},
"files": [
"/patches",
"/scripts"
],
"homepage": "https://rebrowser.net",
"main": "scripts/patcher.js",
"bin": "./scripts/patcher.js",
"license": "MIT",
"type": "module",
"scripts": {
"start": "node ./scripts/patcher.js"
},
"dependencies": {
"yargs": "^17.7.2"
}
}