{
    "name": "yegor-real-browser",
    "version": "1.4.3",
    "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.",
    "main": "lib/cjs/index.js",
    "author": "Richard Carter",
    "license": "MIT",
    "module": "lib/esm/index.mjs",
    "exports": {
        ".": {
            "require": "./lib/cjs/index.js",
            "import": "./lib/esm/index.mjs",
            "types": "./typings.d.ts"
        }
    },
    "typings": "typings.d.ts",
    "scripts": {
        "esm_test": "node ./test/esm/test.js",
        "cjs_test": "node ./test/cjs/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"
    ],
    "dependencies": {
        "chrome-launcher": "^1.1.2",
        "ghost-cursor": "^1.3.0",
        "puppeteer-extra": "^3.3.6",
        "rebrowser-puppeteer-core": "^23.3.1",
        "tree-kill": "^1.2.2",
        "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"
}
