cf-token / package.json
AyGemuy's picture
cf
e60e8d0
raw
history blame contribute delete
894 Bytes
{
"name": "cf-clearance-scraper",
"version": "2.1.3",
"main": "app.js",
"scripts": {
"start": "node app.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",
"express": "^4.21.0",
"jest": "^29.7.0",
"puppeteer-real-browser": "^1.4.0",
"supertest": "^7.0.0"
}
}