{
  "name": "@fastify/http-proxy",
  "version": "11.4.4",
  "description": "proxy http requests, for Fastify",
  "main": "index.js",
  "type": "commonjs",
  "types": "types/index.d.ts",
  "scripts": {
    "lint": "eslint",
    "lint:fix": "eslint --fix",
    "lint:typescript": "npm run lint:fix - --parser @typescript-eslint/parser --plugin typescript \"test/types/*.ts\"",
    "test": "npm run lint && borp -C --check-coverage && npm run typescript",
    "typescript": "tsd"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fastify/fastify-http-proxy.git"
  },
  "keywords": [
    "fastify",
    "http",
    "proxy"
  ],
  "author": "Matteo Collina <hello@matteocollina.com>",
  "contributors": [
    {
      "name": "James Sumners",
      "url": "https://james.sumners.info"
    },
    {
      "name": "Manuel Spigolon",
      "email": "behemoth89@gmail.com"
    },
    {
      "name": "Aras Abbasi",
      "email": "aras.abbasi@gmail.com"
    },
    {
      "name": "Frazer Smith",
      "email": "frazer.dev@icloud.com",
      "url": "https://github.com/fdawgs"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fastify/fastify-http-proxy/issues"
  },
  "homepage": "https://github.com/fastify/fastify-http-proxy#readme",
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/fastify"
    },
    {
      "type": "opencollective",
      "url": "https://opencollective.com/fastify"
    }
  ],
  "devDependencies": {
    "@fastify/websocket": "^11.2.0",
    "@types/node": "^25.0.3",
    "@types/ws": "^8.18.1",
    "borp": "^1.0.0",
    "eslint": "^9.39.1",
    "express": "^5.1.0",
    "express-http-proxy": "^2.1.2",
    "fastify": "^5.6.2",
    "http-errors": "^2.0.0",
    "http-proxy": "^1.18.1",
    "neostandard": "^0.13.0",
    "pino": "^10.1.0",
    "pino-test": "^2.0.0",
    "socket.io": "^4.8.1",
    "socket.io-client": "^4.8.1",
    "tsd": "^0.33.0",
    "typescript": "~6.0.2",
    "why-is-node-running": "^3.2.2"
  },
  "dependencies": {
    "@fastify/reply-from": "^12.6.2",
    "fast-querystring": "^1.1.2",
    "fastify-plugin": "^5.1.0",
    "ws": "^8.18.3"
  },
  "tsd": {
    "directory": "test/types"
  },
  "publishConfig": {
    "access": "public"
  }
}
