g2api / stealth-proxy /package.json
LerinaOwO's picture
Upload 98 files
097fb32 verified
raw
history blame contribute delete
374 Bytes
{
"name": "cursor2api-stealth-proxy",
"version": "1.0.0",
"description": "Stealth browser proxy for bypassing Vercel Bot Protection",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"express": "^4.21.0",
"playwright": "^1.59.1",
"playwright-extra": "^4.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2"
}
}