{
  "name": "@push.rocks/smartproxy",
  "version": "27.11.0",
  "private": false,
  "description": "A powerful proxy package with unified route-based configuration for high traffic management. Features include SSL/TLS support, flexible routing patterns, WebSocket handling, advanced security options, and automatic ACME certificate management.",
  "main": "dist_ts/index.js",
  "typings": "dist_ts/index.d.ts",
  "type": "module",
  "author": "Lossless GmbH",
  "license": "MIT",
  "devDependencies": {
    "@git.zone/tsbuild": "^4.4.1",
    "@git.zone/tsrun": "^2.0.4",
    "@git.zone/tsrust": "^1.3.4",
    "@git.zone/tstest": "^3.6.6",
    "@push.rocks/smartserve": "^2.0.4",
    "@types/node": "^25.7.0",
    "@types/ws": "^8.18.1",
    "typescript": "^6.0.3",
    "why-is-node-running": "^3.2.2",
    "ws": "^8.20.1"
  },
  "dependencies": {
    "@push.rocks/smartcrypto": "^2.0.4",
    "@push.rocks/smartlog": "^3.2.2",
    "@push.rocks/smartnftables": "^1.2.0",
    "@push.rocks/smartrust": "^1.4.0",
    "@tsclass/tsclass": "^9.5.1",
    "minimatch": "^10.2.5"
  },
  "files": [
    "ts/**/*",
    "ts_web/**/*",
    "dist/**/*",
    "dist_*/**/*",
    "dist_ts/**/*",
    "dist_ts_web/**/*",
    "assets/**/*",
    "cli.js",
    ".smartconfig.json",
    "license",
    "readme.md",
    "changelog.md"
  ],
  "browserslist": [
    "last 1 chrome versions"
  ],
  "keywords": [
    "proxy",
    "network",
    "traffic management",
    "SSL",
    "TLS",
    "WebSocket",
    "port proxying",
    "dynamic routing",
    "authentication",
    "real-time applications",
    "high workload",
    "HTTPS",
    "reverse proxy",
    "server",
    "network security"
  ],
  "homepage": "https://code.foss.global/push.rocks/smartproxy#readme",
  "repository": {
    "type": "git",
    "url": "https://code.foss.global/push.rocks/smartproxy.git"
  },
  "bugs": {
    "url": "https://code.foss.global/push.rocks/smartproxy/issues"
  },
  "scripts": {
    "test:before": "(tsrust)",
    "test": "(tstest test/**/test*.ts --verbose --timeout 60 --logfile)",
    "build": "(tsbuild tsfolders) && (tsrust)",
    "format": "(gitzone format)",
    "buildDocs": "tsdoc"
  }
}