-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 784 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 784 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
32
33
34
35
36
37
38
{
"name": "transparent-proxy",
"version": "1.15.3",
"description": "Real transparent HTTP-Proxy-Server. Upstream your requests whatever you want!",
"main": "ProxyServer.js",
"scripts": {
"test": "node test.js exit 0",
"prepublish": "npm test"
},
"keywords": [
"proxy",
"tunnel",
"ssl",
"http-proxy",
"mitm",
"pinning",
"proxy-authentication",
"transparent",
"upstream",
"server",
"squid",
"privoxy",
"tcp",
"intercept",
"stealth",
"scraping",
"crawling"
],
"author": "gr3p",
"license": "ISC",
"homepage": "https://github.com/gr3p1p3/transparent-proxy",
"devDependencies": {
"axios": "^1.6.8",
"express": "^4.18.2",
"node-forge": "^1.3.1",
"puppeteer": "^22.6.4"
}
}