{
  "name": "@serve.zone/remoteingress",
  "version": "5.0.3",
  "private": false,
  "description": "Edge ingress tunnel for DcRouter - tunnels TCP and UDP traffic from the network edge to SmartProxy over TLS or QUIC, preserving client IP via PROXY protocol.",
  "main": "dist_ts/index.js",
  "typings": "dist_ts/index.d.ts",
  "type": "module",
  "bin": {
    "remoteingress": "./cli.js"
  },
  "author": "Task Venture Capital GmbH",
  "license": "MIT",
  "devDependencies": {
    "@git.zone/tsbuild": "^4.4.2",
    "@git.zone/tsbundle": "^2.11.2",
    "@git.zone/tsdeno": "^1.7.0",
    "@git.zone/tsrun": "^2.0.5",
    "@git.zone/tsrust": "^1.6.0",
    "@git.zone/tstest": "^3.6.6",
    "@types/node": "^26.1.1"
  },
  "dependencies": {
    "@push.rocks/qenv": "^6.1.4",
    "@push.rocks/smartnftables": "^1.2.0",
    "@push.rocks/smartrust": "^1.4.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://code.foss.global/serve.zone/remoteingress.git"
  },
  "bugs": {
    "url": "https://code.foss.global/serve.zone/remoteingress/issues"
  },
  "homepage": "https://code.foss.global/serve.zone/remoteingress#readme",
  "browserslist": [
    "last 1 chrome versions"
  ],
  "files": [
    "ts/**/*",
    "binary/**/*",
    "ts_web/**/*",
    "dist_*/**/*",
    "dist_ts/**/*",
    "dist_ts_web/**/*",
    "dist_rust/**/*",
    "assets/**/*",
    "cli.js",
    "cli.ts.js",
    "cli.child.ts",
    "deno.json",
    "tsconfig.json",
    ".smartconfig.json",
    "readme.md"
  ],
  "keywords": [
    "remote access",
    "ingress tunnel",
    "network edge",
    "PROXY protocol",
    "multiplexed tunnel",
    "TCP proxy",
    "TLS tunnel",
    "serve.zone stack",
    "TypeScript",
    "Rust",
    "SmartProxy"
  ],
  "scripts": {
    "start": "(node ./cli.js)",
    "test": "(pnpm run build && tstest test/ --verbose --logfile --timeout 60)",
    "test:rust": "(cd rust && cargo test)",
    "build": "(tsbuild tsfolders --allowimplicitany && tsrust)",
    "build:binary": "(pnpm run build && tsdeno compile)",
    "buildDocs": "(tsdoc)"
  }
}