UNPKG

undetected-browser

Version:

Puppeteer implementation with more anti-detection methods for interacting with websites

36 lines (35 loc) 886 B
{ "name": "undetected-browser", "version": "2.0.4", "description": "Puppeteer implementation with more anti-detection methods for interacting with websites", "keywords": [ "browser", "fingerprint", "stealth", "undetected", "puppeteer", "undetected-browser", "fingerprint-browser" ], "repository": { "type": "git", "url": "https://github.com/AlloryDante/undetected-browser.git" }, "main": "index.js", "types": "index.d.ts", "scripts": { "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js test.js" }, "author": "Allory Dante", "license": "ISC", "devDependencies": { "jest": "^29.7.0", "puppeteer": "^22.2.0", "puppeteer-extra": "^3.3.6", "puppeteer-extra-plugin-stealth": "^2.11.2" }, "dependencies": { "@forad/puppeteer-humanize": "^1.1.3", "ghost-cursor": "^1.2.0" } }