Spaces:
Paused
Paused
| { | |
| "name": "cloudflare-bypass", | |
| "version": "1.0.0", | |
| "description": "Express server to bypass Cloudflare bot detection using Puppeteer Extra and Stealth Plugin", | |
| "main": "index.js", | |
| "scripts": { | |
| "postinstall":"npx puppeteer browsers install chrome", | |
| "start": "node index.js" | |
| }, | |
| "dependencies": { | |
| "cloudflare-bypass": "file:", | |
| "cookie-parser": "1.4.6", | |
| "express": "^4.17.1", | |
| "axios": "*", | |
| "node-fetch": "^2.6.1", | |
| "puppeteer": "^23.2.0", | |
| "puppeteer-core": "^23.2.0", | |
| "puppeteer-extra": "^3.3.6", | |
| "puppeteer-extra-plugin-stealth": "^2.11.2" | |
| }, | |
| "author": "SACHIBOT", | |
| "license": "MIT" | |
| } | |