{
    "name": "proxy-gateway",
    "version": "0.0.3",
    "description": "Proxy gateway for http(s)",
    "main": "app.js",
    "directories": {
        "lib": "lib"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/samurayii/proxy-gateway.git"
    },
    "keywords": [
        "proxy",
        "gateway",
        "router"
    ],
    "author": "Nuzhnov A.A.",
    "license": "ISC",
    "bugs": {
        "url": "https://github.com/samurayii/proxy-gateway/issues"
    },
    "homepage": "https://github.com/samurayii/proxy-gateway.git#readme",
    "dependencies": {
        "@iarna/toml": "^2.2.5",
        "chalk": "^4.1.0",
        "commander": "^5.1.0",
        "find-package-json": "^1.2.0",
        "json-from-default-schema": "^0.0.1",
        "jtomler": "^0.0.5",
        "proxy-chain": "^0.4.5"
    },
    "bin": {
        "proxy-gateway": "./app.js"
    }
}