{
  "name": "fastify-http-proxy-reconnection-proxy-example",
  "version": "1.0.0",
  "main": "index.js",
  "scripts": {
    "start": "node index.js",
    "dev": "node --watch index.js"
  },
  "dependencies": {
    "fastify": "^5.2.1"
  }
}
