{
  "name": "http-ws-proxy-middleware",
  "version": "0.19.8",
  "description": "The one-liner node.js proxy middleware for connect, express and browser-sync",
  "main": "index.js",
  "types": "index.d.ts",
  "files": [
    "index.js",
    "index.d.ts",
    "lib"
  ],
  "scripts": {
    "clean": "rm -rf coverage && rm -rf .nyc_output",
    "lint": "prettier \"**/*.{js,md}\" --list-different",
    "lint:fix": "prettier \"**/*.{js,md}\" --write",
    "pretest": "npm run lint",
    "test": "mocha --recursive --colors",
    "precover": "npm run clean",
    "cover": "nyc npm run test && nyc report --reporter=html",
    "coveralls": "npm run cover && nyc report --reporter=text-lcov | coveralls",
    "postcoveralls": "npm run clean"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dizys/http-proxy-middleware.git"
  },
  "keywords": [
    "reverse",
    "proxy",
    "middleware",
    "http",
    "https",
    "connect",
    "express",
    "browser-sync",
    "gulp",
    "grunt-contrib-connect",
    "websocket",
    "ws",
    "cors"
  ],
  "author": "Dizy",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dizys/http-proxy-middleware/issues"
  },
  "homepage": "https://github.com/dizys/http-proxy-middleware",
  "devDependencies": {
    "@commitlint/cli": "^7.2.1",
    "@commitlint/config-conventional": "^7.1.2",
    "browser-sync": "^2.26.3",
    "chai": "^4.2.0",
    "connect": "^3.6.6",
    "coveralls": "^3.0.3",
    "express": "^4.16.4",
    "mocha": "^6.0.1",
    "nyc": "^13.3.0",
    "opn": "^5.4.0",
    "precise-commits": "^1.0.2",
    "prettier": "^1.15.2",
    "ws": "^6.1.2"
  },
  "dependencies": {
    "http-proxy": "^1.17.0",
    "is-glob": "^4.0.0",
    "lodash": "^4.17.11",
    "micromatch": "^3.1.10"
  },
  "engines": {
    "node": ">=6.0.0"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  }
}
