{
  "name": "@push.rocks/smartsocket",
  "version": "4.0.2",
  "description": "Provides easy and secure websocket communication mechanisms, including server and client implementation, function call routing, connection management, and tagging.",
  "main": "dist_ts/index.js",
  "typings": "dist_ts/index.d.ts",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://code.foss.global/push.rocks/smartsocket.git"
  },
  "author": "Task Venture Capital GmbH",
  "license": "MIT",
  "bugs": {
    "url": "https://code.foss.global/push.rocks/smartsocket/issues"
  },
  "homepage": "https://code.foss.global/push.rocks/smartsocket",
  "dependencies": {
    "@api.global/typedrequest-interfaces": "^3.0.19",
    "@push.rocks/isounique": "^1.0.5",
    "@push.rocks/lik": "^6.4.1",
    "@push.rocks/smartdelay": "^3.0.5",
    "@push.rocks/smartenv": "^6.0.0",
    "@push.rocks/smartjson": "^6.0.1",
    "@push.rocks/smartlog": "^3.2.2",
    "@push.rocks/smartpromise": "^4.2.3",
    "@push.rocks/smartrx": "^3.0.10",
    "@push.rocks/smarttime": "^4.2.3",
    "ws": "^8.20.0"
  },
  "devDependencies": {
    "@git.zone/tsbuild": "^4.4.0",
    "@git.zone/tsbundle": "^2.10.1",
    "@git.zone/tsrun": "^2.0.3",
    "@git.zone/tstest": "^3.6.3",
    "@push.rocks/smartserve": "^2.0.4",
    "@types/node": "^25.6.0",
    "@types/ws": "^8.18.1"
  },
  "private": false,
  "files": [
    "ts/**/*",
    "ts_web/**/*",
    "dist/**/*",
    "dist_*/**/*",
    "dist_ts/**/*",
    "dist_ts_web/**/*",
    "assets/**/*",
    "cli.js",
    ".smartconfig.json",
    "license",
    "npmextra.json",
    "readme.md"
  ],
  "browserslist": [
    "last 1 chrome versions"
  ],
  "keywords": [
    "websocket",
    "communication",
    "server",
    "client",
    "native websocket",
    "authentication",
    "reconnection",
    "tagging",
    "function routing",
    "secure",
    "rpc"
  ],
  "scripts": {
    "test": "(tstest test/ --verbose)",
    "build": "tsbuild --web && tsbundle",
    "buildDocs": "tsdoc"
  }
}