Add files via upload

This commit is contained in:
Tanjiro
2025-09-23 12:42:47 +05:30
committed by GitHub
parent 10dc0e039f
commit 6e8ddb667b
4 changed files with 392 additions and 1 deletions

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "cf-bypass",
"version": "1.0",
"description": "get the cf_clearance cookie from any website",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js"
},
"dependencies": {
"express": "^5.1.0",
"puppeteer-real-browser": "^1.4.0"
},
"devDependencies": {
"nodemon": "^3.1.10"
}
}