{
    "name": "@refactorjs/http-proxy",
    "version": "0.2.14",
    "description": "http-proxy alternative",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/refactorjs/http-proxy.git"
    },
    "license": "MIT",
    "type": "module",
    "exports": {
        ".": {
            "import": "./dist/index.mjs",
            "require": "./dist/index.cjs"
        }
    },
    "main": "./dist/index.cjs",
    "module": "./dist/index.mjs",
    "types": "./dist/index.d.ts",
    "files": [
        "dist"
    ],
    "scripts": {
        "build": "unbuild",
        "test": "vitest run"
    },
    "dependencies": {
        "requires-port": "^1.0.0"
    },
    "devDependencies": {
        "@types/node": "^20",
        "@types/requires-port": "^1.0.3",
        "async": "^3.2.5",
        "concat-stream": "^2.0.0",
        "socket.io": "^4.7.2",
        "socket.io-client": "^4.7.2",
        "sse": "0.0.8",
        "typescript": "^5.3.3",
        "unbuild": "^2.0.0",
        "vitest": "^1.0.4",
        "ws": "^8.15.1"
    },
    "engines": {
        "node": ">=16.0.0"
    },
    "bugs": {
        "url": "https://github.com/refactorjs/http-proxy/issues"
    },
    "homepage": "https://github.com/refactorjs/http-proxy#readme",
    "keywords": [
        "http",
        "proxy",
        "connect",
        "reverse",
        "https",
        "http-proxy",
        "node-http-proxy",
        "http-proxy",
        "alternative"
    ]
}
