-
Notifications
You must be signed in to change notification settings - Fork 56
/
package.json
43 lines (43 loc) · 1018 Bytes
/
package.json
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
43
{
"name": "cf-clearance-scraper",
"version": "2.0.7",
"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-intercept-and-modify-requests": "^1.3.1",
"puppeteer-proxy": "^1.0.3",
"puppeteer-real-browser": "^1.3.16",
"supertest": "^7.0.0"
}
}