File size: 927 Bytes
3b6ed48 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
{
"name": "cf-clearance-scraper",
"version": "2.1.3",
"main": "index.js",
"scripts": {
"start": "node src/index.js",
"test": "node --experimental-vm-modules ./node_modules/.bin/jest --detectOpenHandles --verbose"
},
"jest": {
"testMatch": [
"**/tests/**/*.js"
],
"verbose": true
},
"keywords": [
"cf-clearance",
"cloudflare",
"waf",
"scraper",
"puppeteer",
"xvfb",
"turnstile",
"bypass",
"undetected",
"stealth"
],
"author": "zfcsoftware",
"license": "ISC",
"description": "This package is an experimental and educational package created for Cloudflare protections.",
"dependencies": {
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"body-parser": "^1.20.3",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.21.0",
"jest": "^29.7.0",
"puppeteer-real-browser": "^1.4.0",
"supertest": "^7.0.0"
}
}
|