Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ulixee
GitHub Repository: ulixee/secret-agent
Path: blob/main/mitm-socket/package.json
1028 views
1
{
2
"name": "@secret-agent/mitm-socket",
3
"version": "1.6.5",
4
"description": "Man-in-the-middle socket library to emulate TLS and TCP settings",
5
"main": "index.js",
6
"scripts": {
7
"build": "node install.js",
8
"build-install": "npm run build"
9
},
10
"dependencies": {
11
"@secret-agent/commons": "1.6.5",
12
"@secret-agent/interfaces": "1.6.4",
13
"uuid": "^8.3.2"
14
},
15
"devDependencies": {
16
"@secret-agent/testing": "1.6.5",
17
"@types/ws": "^7.2.4",
18
"proxy": "^1.0.1",
19
"simple-socks": "^2.1.0",
20
"ws": "^7.4.6"
21
}
22
}
23
24