{
  "name": "@fastify/http-proxy",
  "version": "10.0.2",
  "description": "proxy http requests, for Fastify",
  "main": "index.js",
  "type": "commonjs",
  "types": "types/index.d.ts",
  "scripts": {
    "lint": "standard | snazzy",
    "lint:fix": "standard --fix | snazzy",
    "lint:typescript": "npm run lint:fix - --parser @typescript-eslint/parser --plugin typescript \"test/types/*.ts\"",
    "test": "npm run lint && tap \"test/*.js\" && 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>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fastify/fastify-http-proxy/issues"
  },
  "homepage": "https://github.com/fastify/fastify-http-proxy#readme",
  "devDependencies": {
    "@fastify/pre-commit": "^2.1.0",
    "@fastify/websocket": "^11.0.1",
    "@types/node": "^22.0.0",
    "@types/ws": "^8.5.10",
    "@typescript-eslint/eslint-plugin": "^7.6.0",
    "@typescript-eslint/parser": "^7.6.0",
    "express": "^4.19.2",
    "express-http-proxy": "^2.0.0",
    "fast-proxy": "^2.1.0",
    "fastify": "^5.0.0",
    "got": "^11.8.6",
    "http-errors": "^2.0.0",
    "http-proxy": "^1.18.1",
    "simple-get": "^4.0.1",
    "snazzy": "^9.0.0",
    "socket.io": "^4.7.5",
    "socket.io-client": "^4.7.5",
    "standard": "^17.1.0",
    "tap": "^18.7.2",
    "tsd": "^0.31.0",
    "typescript": "~5.6.3",
    "why-is-node-running": "^3.0.0"
  },
  "dependencies": {
    "@fastify/reply-from": "^11.0.0",
    "fast-querystring": "^1.1.2",
    "fastify-plugin": "^5.0.0",
    "ws": "^8.16.0"
  },
  "tsd": {
    "directory": "test/types"
  },
  "publishConfig": {
    "access": "public"
  }
}
