98 lines
2.0 KiB
JSON
98 lines
2.0 KiB
JSON
{
|
|
"name": "cloakbrowser",
|
|
"version": "0.4.10",
|
|
"description": "Stealth Chromium that passes every bot detection test. Drop-in Playwright/Puppeteer replacement with source-level fingerprint patches.",
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
},
|
|
"./puppeteer": {
|
|
"types": "./dist/puppeteer.d.ts",
|
|
"import": "./dist/puppeteer.js"
|
|
},
|
|
"./human": {
|
|
"types": "./dist/human/index.d.ts",
|
|
"import": "./dist/human/index.js"
|
|
}
|
|
},
|
|
"bin": {
|
|
"cloakbrowser": "./dist/cli.js"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"keywords": [
|
|
"stealth",
|
|
"browser",
|
|
"chromium",
|
|
"playwright",
|
|
"puppeteer",
|
|
"scraping",
|
|
"web-scraping",
|
|
"anti-detect",
|
|
"antidetect",
|
|
"undetected",
|
|
"bot-detection",
|
|
"fingerprint",
|
|
"recaptcha",
|
|
"cloudflare",
|
|
"turnstile",
|
|
"datadome",
|
|
"captcha",
|
|
"headless",
|
|
"automation",
|
|
"ai-agent"
|
|
],
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/CloakHQ/cloakbrowser",
|
|
"directory": "js"
|
|
},
|
|
"homepage": "https://github.com/CloakHQ/cloakbrowser#javascript--nodejs",
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"mmdb-lib": ">=2.0.0",
|
|
"playwright-core": ">=1.53.0",
|
|
"puppeteer-core": ">=21.0.0",
|
|
"socks-proxy-agent": ">=10.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"playwright-core": {
|
|
"optional": true
|
|
},
|
|
"puppeteer-core": {
|
|
"optional": true
|
|
},
|
|
"mmdb-lib": {
|
|
"optional": true
|
|
},
|
|
"socks-proxy-agent": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"tar": "^7.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^26.0.1",
|
|
"mmdb-lib": "^3.0.2",
|
|
"playwright-core": "1.61",
|
|
"puppeteer-core": "^25.0.4",
|
|
"socks-proxy-agent": "^10.0.0",
|
|
"typescript": "^6.0.3",
|
|
"vitest": "^3.2.6"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"typecheck": "tsc --noEmit",
|
|
"test": "vitest run"
|
|
}
|
|
}
|