Spaces:
Sleeping
Sleeping
| { | |
| "name": "captcha-solver-proxy", | |
| "version": "1.0.0", | |
| "description": "Proxy to solve reCAPTCHA/hCaptcha and return tokens", | |
| "main": "server.js", | |
| "scripts": { | |
| "start": "node server.js" | |
| }, | |
| "dependencies": { | |
| "express": "^4.18.2", | |
| "axios": "^1.6.0", | |
| "cors": "^2.8.5" | |
| } | |
| } |