{
  "name": "undici-proxy",
  "version": "0.3.0",
  "description": "Yet another express proxy middleware based on undici.",
  "main": "lib/index.js",
  "files": [
    "lib"
  ],
  "scripts": {
    "lint": "eslint .",
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SyaOS/undici-proxy.git"
  },
  "keywords": [
    "proxy",
    "express",
    "middleware",
    "undici"
  ],
  "author": "George Cheng <Gerhut@GMail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/SyaOS/undici-proxy/issues"
  },
  "homepage": "https://github.com/SyaOS/undici-proxy#readme",
  "engines": {
    "node": ">=18.12.0"
  },
  "dependencies": {
    "lodash": "^4.17.21",
    "undici": "^7.3.0"
  },
  "optionalDependencies": {
    "@types/express": "4"
  },
  "peerDependencies": {
    "express": "4"
  },
  "devDependencies": {
    "@types/lodash": "^4.17.15",
    "autocannon": "^8.0.0",
    "body-parser": "^1.20.0",
    "eslint": "^8.18.0",
    "eslint-config-prettier": "^10.0.1",
    "eslint-config-standard": "^17.0.0",
    "eslint-plugin-mocha": "^10.0.5",
    "express": "4",
    "express-http-proxy": "^2.0.0",
    "http-proxy-middleware": "^3.0.0",
    "mocha": "^11.1.0",
    "prettier": "^3.5.0",
    "should": "^13.2.3"
  }
}
