File size: 380 Bytes
f168230
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "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"
  }
}