{
  "name": "@shuppert/mountebank",
  "version": "2.13.0",
  "author": "Brandon Byars <brandon.byars@gmail.com>",
  "description": "Over the wire test doubles",
  "homepage": "http://www.mbtest.org",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/bbyars/mountebank.git"
  },
  "bugs": {
    "url": "https://github.com/bbyars/mountebank/issues",
    "email": "brandon.byars@gmail.com"
  },
  "bin": {
    "mb": "./bin/mb"
  },
  "main": "./src/mountebank.js",
  "scripts": {},
  "files": [
    "bin",
    "src",
    "package.json",
    "package-lock.json",
    "README.md",
    "LICENSE",
    "releases.json"
  ],
  "keywords": [
    "test",
    "stub",
    "mock",
    "double",
    "smtp",
    "email",
    "http",
    "https",
    "tcp",
    "net",
    "service virtualization"
  ],
  "dependencies": {
    "@xmldom/xmldom": "0.8.10",
    "cors": "2.8.5",
    "csv-parse": "5.5.3",
    "ejs": "3.1.9",
    "errorhandler": "1.5.1",
    "escape-html": "1.0.3",
    "express": "^4.21.0",
    "fs-extra": "11.2.0",
    "http-proxy-agent": "7.0.0",
    "https-proxy-agent": "7.0.2",
    "jsonpath-plus": "^10.3.0",
    "mailparser": "3.6.7",
    "mountebank-formatters": "0.0.2",
    "nodemailer": "6.9.9",
    "prom-client": "15.1.0",
    "proper-lockfile": "4.1.2",
    "safe-regex": "^2.1.1",
    "safe-stable-stringify": "2.4.3",
    "smtp-server": "3.13.2",
    "winston": "3.11.0",
    "xpath": "0.0.34",
    "yargs": "17.7.2"
  },
  "engines": {
    "node": ">=18"
  },
  "snyk": true
}