This commit is contained in:
2025-10-22 19:02:13 +07:00
parent 97c5a430f5
commit b0bcb6cd93
9 changed files with 2902 additions and 1 deletions

21
package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "puppeteer-stealth-proxy",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"type": "module",
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"express": "^5.1.0",
"morgan": "^1.10.1",
"puppeteer": "^24.26.0",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2"
}
}