gepettobrowser
Version:
Puppeteer-real-browser inspired fork of puppeteer
22 lines (21 loc) • 554 B
JSON
{
"name": "gepettobrowser",
"version": "1.0.0",
"description": "Puppeteer-real-browser inspired fork of puppeteer",
"main": "index.js",
"scripts": {
"test": "node ./src/test.js",
"postinstall": "node ./setup.js"
},
"keywords": ["puppeteer", "browser", "automation", "captcha-solving", "2captcha"],
"author": "redhatzx",
"license": "ISC",
"dependencies": {
"axios": "^1.7.9",
"ghost-cursor": "^1.3.0",
"https-proxy-agent": "^7.0.6",
"puppeteer": "^24.2.1",
"tree-kill": "^1.2.2",
"xvfb": "^0.4.0"
}
}