Spaces:
Paused
Paused
| { | |
| "name": "camoufox-stealth-api", | |
| "version": "1.0.0", | |
| "description": "Camoufox stealth API with auto Playwright conversion for WAF bypass", | |
| "main": "index.js", | |
| "type": "module", | |
| "scripts": { | |
| "start": "node index.js", | |
| "setup": "node setup.js", | |
| "test": "node test.js" | |
| }, | |
| "keywords": [ | |
| "camoufox", | |
| "stealth", | |
| "anti-detection", | |
| "playwright", | |
| "cloudflare-bypass", | |
| "waf-bypass" | |
| ], | |
| "dependencies": { | |
| "express": "^4.18.2", | |
| "cors": "^2.8.5", | |
| "playwright-extra": "^4.3.6", | |
| "puppeteer-extra-plugin-stealth": "^2.11.2" | |
| }, | |
| "engines": { | |
| "node": ">=18.0.0" | |
| }, | |
| "author": "", | |
| "license": "MIT" | |
| } |