{
  "name": "@push.rocks/smartproxy",
  "version": "3.9.2",
  "private": false,
  "description": "a proxy for handling high workloads of proxying",
  "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.1.66",
    "@git.zone/tsrun": "^1.2.44",
    "@git.zone/tstest": "^1.0.77",
    "@push.rocks/tapbundle": "^5.5.6",
    "@types/node": "^22.13.0",
    "typescript": "^5.7.3"
  },
  "dependencies": {
    "@push.rocks/lik": "^6.1.0",
    "@push.rocks/smartdelay": "^3.0.5",
    "@push.rocks/smartpromise": "^4.2.2",
    "@push.rocks/smartrequest": "^2.0.23",
    "@push.rocks/smartstring": "^4.0.15",
    "@tsclass/tsclass": "^4.4.0",
    "@types/minimatch": "^5.1.2",
    "@types/ws": "^8.5.14",
    "minimatch": "^9.0.3",
    "pretty-ms": "^9.2.0",
    "ws": "^8.18.0"
  },
  "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",
    "high workload",
    "http",
    "https",
    "websocket",
    "network routing",
    "ssl redirect",
    "port mapping",
    "reverse proxy",
    "authentication"
  ],
  "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": {}
  }
}