{
  "name": "fast-proxy",
  "version": "2.2.0",
  "description": "Forward your HTTP request to another server.",
  "main": "index.js",
  "types": "types/index.d.ts",
  "scripts": {
    "lint": "standard",
    "test": "npm run test:unit && npm run test:typescript",
    "test:unit": "nyc mocha test/*.test.js",
    "test:typescript": "tsd",
    "bench": "( node benchmark/service.js & node benchmark/fast-proxy-0http-gateway.js & (sleep 5 && wrk -t8 -c8 -d30s http://127.0.0.1:8080/service/hi) )"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:fastify/fast-proxy.git"
  },
  "keywords": [
    "http",
    "forward",
    "proxy",
    "gateway"
  ],
  "files": [
    "LICENSE",
    "README.md",
    "types/index.d.ts",
    "index.js",
    "lib/"
  ],
  "author": "Rolando Santamaria Maso",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fastify/fast-proxy/issues"
  },
  "homepage": "https://github.com/fastify/fast-proxy",
  "devDependencies": {
    "@types/node": "^20.1.1",
    "0http": "^3.1.1",
    "body-parser": "^1.19.0",
    "chai": "^4.3.4",
    "follow-redirects": "^1.14.4",
    "h2url": "^0.2.0",
    "http-proxy": "^1.18.1",
    "mocha": "^10.0.0",
    "nock": "^13.1.3",
    "nyc": "^15.1.0",
    "restana": "^4.9.1",
    "self-cert": "^2.0.0",
    "standard": "^17.0.0",
    "supertest": "^6.1.6",
    "tsd": "^0.28.1"
  },
  "dependencies": {
    "end-of-stream": "^1.4.4",
    "fast-querystring": "^1.0.0",
    "pump": "^3.0.0",
    "semver": "^7.3.5",
    "tiny-lru": "^11.0.0",
    "undici": "^5.4.0"
  }
}
