-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 759 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "cloudfreed",
"contributors": [
"Akmal",
"TheRealStingo"
],
"type": "module",
"version": "3.1.1",
"description": "CloudFreed, an automated cloudflare solver.",
"repository": {
"type": "git",
"url": "git://github.com/Akmal-CloudFreed/CloudFreed---CloudFlare-bypass.git"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Akmal",
"license": "ISC",
"dependencies": {
"axios": "^1.7.7",
"better-queue": "^3.8.12",
"chrome-remote-interface": "^0.33.2",
"express": "^4.21.2",
"fs": "^0.0.1-security",
"http-proxy-agent": "^7.0.2",
"https-proxy-agent": "^7.0.5",
"socks-proxy-agent": "^8.0.4",
"yargs": "^17.7.2"
}
}