stealthwright
Version:
Chrome DevTools Protocol automation library with Playwright-like API, designed for improved detection avoidance
39 lines • 977 B
JSON
{
"name": "stealthwright",
"version": "1.0.0",
"description": "Chrome DevTools Protocol automation library with Playwright-like API, designed for improved detection avoidance",
"main": "index.js",
"keywords": [
"automation",
"undetected",
"browser",
"chrome",
"headless",
"playwright",
"puppeteer",
"cdp",
"stealth"
],
"repository": {
"type": "git",
"url": "git+https://github.com/bosniankicks/stealthwright.git"
},
"author": "Amel B",
"license": "MIT",
"dependencies": {
"fs-extra": "^11.3.0",
"rimraf": "^5.0.10",
"uuid": "^9.0.1",
"ws": "^8.18.1"
},
"engines": {
"node": ">=14.0.0"
},
"scripts": {
"test:basic": "node examples/basic-test.js"
},
"bugs": {
"url": "https://github.com/bosniankicks/stealthwright/issues"
},
"homepage": "https://github.com/bosniankicks/stealthwright#readme"
}