{
  "name": "@push.rocks/smartproxy",
  "version": "3.31.2",
  "private": false,
  "description": "A powerful proxy package that effectively handles high traffic, with features such as SSL/TLS support, port proxying, WebSocket handling, and dynamic routing with authentication options.",
  "main": "dist_ts/index.js",
  "typings": "dist_ts/index.d.ts",
  "type": "module",
  "author": "Lossless GmbH",
  "license": "MIT",
  "scripts": {
    "test": "(tstest test/)",
    "build": "(tsbuild --web --allowimplicitany)",
    "format": "(gitzone format)",
    "buildDocs": "tsdoc"
  },
  "devDependencies": {
    "@git.zone/tsbuild": "^2.2.6",
    "@git.zone/tsrun": "^1.2.44",
    "@git.zone/tstest": "^1.0.77",
    "@push.rocks/tapbundle": "^5.5.6",
    "@types/node": "^22.13.9",
    "typescript": "^5.8.2"
  },
  "dependencies": {
    "@push.rocks/lik": "^6.1.0",
    "@push.rocks/smartdelay": "^3.0.5",
    "@push.rocks/smartpromise": "^4.2.3",
    "@push.rocks/smartrequest": "^2.0.23",
    "@push.rocks/smartstring": "^4.0.15",
    "@tsclass/tsclass": "^4.4.3",
    "@types/minimatch": "^5.1.2",
    "@types/ws": "^8.18.0",
    "acme-client": "^5.4.0",
    "minimatch": "^10.0.1",
    "pretty-ms": "^9.2.0",
    "ws": "^8.18.1"
  },
  "files": [
    "ts/**/*",
    "ts_web/**/*",
    "dist/**/*",
    "dist_*/**/*",
    "dist_ts/**/*",
    "dist_ts_web/**/*",
    "assets/**/*",
    "cli.js",
    "npmextra.json",
    "readme.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"
  },
  "pnpm": {
    "overrides": {},
    "onlyBuiltDependencies": [
      "esbuild",
      "mongodb-memory-server",
      "puppeteer"
    ]
  }
}