puppeteer-ghost
Version:
puppeteer library to bypass bot detection
55 lines • 1.31 kB
JSON
{
"author": "ovftank",
"bugs": {
"url": "https://github.com/ovftank/puppeteer-ghost/issues"
},
"dependencies": {
"puppeteer": "npm:rebrowser-puppeteer@24.8.1",
"puppeteer-extra": "3.3.6",
"puppeteer-extra-plugin-stealth": "2.11.2",
"puppeteer-extra-plugin-user-preferences": "2.4.1",
"rebrowser-puppeteer": "24.8.1"
},
"description": "puppeteer library to bypass bot detection",
"devDependencies": {
"esbuild": "0.25.8"
},
"exports": {
".": {
"types": "./lib/types/index.d.ts",
"import": "./lib/index.js",
"default": "./lib/index.js"
},
"./types/*": {
"types": "./lib/types/*.d.ts"
}
},
"files": [
"lib/",
"README.md",
"LICENSE"
],
"homepage": "https://github.com/ovftank/puppeteer-ghost#readme",
"keywords": [
"puppeteer",
"stealth",
"bypass",
"webdriver",
"undetect"
],
"license": "ISC",
"main": "./lib/index.js",
"name": "puppeteer-ghost",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/ovftank/puppeteer-ghost.git"
},
"type": "module",
"types": "./lib/types/index.d.ts",
"version": "0.0.15",
"scripts": {
"build": "node build.js",
"dev": "node build.js && node examples/basic.js",
"test": "node tests/basic.test.js"
}
}