{1"name": "@secret-agent/mitm-socket",2"version": "1.6.5",3"description": "Man-in-the-middle socket library to emulate TLS and TCP settings",4"main": "index.js",5"scripts": {6"build": "node install.js",7"build-install": "npm run build"8},9"dependencies": {10"@secret-agent/commons": "1.6.5",11"@secret-agent/interfaces": "1.6.4",12"uuid": "^8.3.2"13},14"devDependencies": {15"@secret-agent/testing": "1.6.5",16"@types/ws": "^7.2.4",17"proxy": "^1.0.1",18"simple-socks": "^2.1.0",19"ws": "^7.4.6"20}21}222324