{
  "name": "damproxy",
  "version": "0.1.9",
  "description": "A reverse proxy tool which can let WAN server's data flows to LAN server.",
  "keywords": [
    "reverse",
    "proxy",
    "LAN",
    "server",
    "forward",
    "forwarding",
    "network",
    "tunnel",
    "penetrate",
    "pierce",
    "private",
    "privately",
    "WAN",
    "through",
    "socket",
    "http",
    "agent",
    "tcp"
  ],
  "engines": {
    "node": ">=12.0.0"
  },
  "bin": {
    "damproxy": "./cli.js"
  },
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/leecjson/damproxy.git"
  },
  "author": "leecjson",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/leecjson/damproxy/issues"
  },
  "homepage": "https://github.com/leecjson/damproxy#readme",
  "dependencies": {
    "is-valid-port": "^1.0.0",
    "parse-ip-port": "^1.0.0",
    "uuid": "^3.3.3",
    "yargs": "^14.2.0"
  }
}
