{
  "name": "@bjowes/http-mitm-proxy",
  "version": "0.9.6",
  "description": "HTTP Man In The Middle (MITM) Proxy. This is a fork of Joe Ferners' library node-http-mitm-proxy. Its first release was identical to the master version of the original library, commit 66ac0f5d3298f66b731f90ebf1e9b430fa5d76eb. I decided to publish a scoped version of this library to npm, since I needed the codebase in npm. It is only intended for my own library cypress-ntlm-auth. Use at you own risk!",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "mocha --exit"
  },
  "repository": "https://github.com/bjowes/node-http-mitm-proxy",
  "bugs": {
    "url": "https://github.com/bjowes/node-http-mitm-proxy/issues"
  },
  "bin": {
    "http-mitm-proxy": "./bin/mitm-proxy.js"
  },
  "keywords": [
    "mitm",
    "http",
    "https",
    "ssl",
    "websocket",
    "proxy"
  ],
  "author": "Björn Weström <bjowes@gmail.com>",
  "license": "MIT",
  "engines": {
    "node": ">=14"
  },
  "devDependencies": {
    "@eslint/js": "^9.19.0",
    "globals": "^15.14.0",
    "mocha": "^11.1.0",
    "request": "^2.88.2"
  },
  "dependencies": {
    "async": "^3.2.0",
    "debug": "^4.3.2",
    "mkdirp": "^3.0.1",
    "node-forge": "^1.3.1",
    "semaphore": "^1.1.0",
    "ws": "^8.5.0",
    "yargs": "^17.4.0"
  }
}
