Spaces:
Running
Running
| { | |
| "name": "waf-bypass-api", | |
| "version": "1.0.0", | |
| "description": "API for bypassing WAF and Cloudflare protection", | |
| "main": "server.js", | |
| "scripts": { | |
| "start": "node server.js" | |
| }, | |
| "keywords": [ | |
| "api", | |
| "waf", | |
| "cloudflare", | |
| "bypass" | |
| ], | |
| "author": "Herza", | |
| "license": "MIT", | |
| "dependencies": { | |
| "express": "^4.18.2", | |
| "cors": "^2.8.5" | |
| } | |
| } |