{
  "name": "@podium/proxy",
  "version": "5.0.36",
  "description": "Transparent http proxy. Dynamically mounts proxy targets on an existing HTTP server instance.",
  "type": "module",
  "license": "MIT",
  "keywords": [
    "micro services",
    "micro frontend",
    "components",
    "podium",
    "proxy"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:podium-lib/proxy.git"
  },
  "bugs": {
    "url": "https://github.com/podium-lib/issues"
  },
  "homepage": "https://podium-lib.io/",
  "files": [
    "package.json",
    "CHANGELOG.md",
    "README.md",
    "LICENSE",
    "lib",
    "types"
  ],
  "main": "./lib/proxy.js",
  "types": "./types/proxy.d.ts",
  "scripts": {
    "lint": "eslint .",
    "lint:fix": "eslint --fix .",
    "test": "tap tests/*.js --disable-coverage --allow-empty-coverage",
    "types": "run-s types:tsc types:test",
    "types:tsc": "tsc",
    "types:test": "tsc --project tsconfig.test.json"
  },
  "dependencies": {
    "@metrics/client": "2.5.5",
    "@podium/node-http-proxy": "1.20.1",
    "@podium/schemas": "5.2.0",
    "@podium/utils": "5.6.0",
    "abslog": "2.4.4",
    "path-to-regexp": "6.3.0"
  },
  "devDependencies": {
    "@podium/eslint-config": "2.0.2",
    "@podium/semantic-release-config": "3.0.0",
    "@podium/test-utils": "3.0.26",
    "@podium/typescript-config": "1.0.1",
    "@types/http-proxy": "1.17.17",
    "@types/readable-stream": "4.0.23",
    "eslint": "9.39.4",
    "npm-run-all2": "8.0.4",
    "prettier": "3.8.1",
    "semantic-release": "25.0.2",
    "tap": "21.5.0",
    "typescript": "5.9.3"
  }
}
