{
  "name": "@lemonce3/mitm",
  "version": "0.8.2",
  "description": "HTTP/HTTPS man in the middle proxy server",
  "main": "index.js",
  "dependencies": {
    "node-forge": "^0.10.0"
  },
  "devDependencies": {
    "axios": "^0.21.0",
    "eslint": "^7.16.0",
    "mocha": "^8.2.1",
    "ws": "^7.4.1"
  },
  "scripts": {
    "test": "mocha"
  },
  "typings": "index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lemonce3/mitm.git"
  },
  "keywords": [
    "ssl",
    "http",
    "https",
    "ws",
    "wss",
    "proxy",
    "websocket",
    "mitm",
    "man-in-the-middle"
  ],
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lemonce3/mitm/issues"
  },
  "files": [
    "/index.js",
    "/index.d.ts",
    "/src"
  ],
  "homepage": "https://github.com/lemonce3/mitm#readme"
}
