{
  "name": "@api.global/typedsocket",
  "version": "5.0.1",
  "private": false,
  "description": "A library for creating typed WebSocket connections, supporting bi-directional communication with type safety.",
  "main": "dist_ts/index.js",
  "typings": "dist_ts/index.d.ts",
  "type": "module",
  "author": "Lossless GmbH",
  "license": "MIT",
  "devDependencies": {
    "@git.zone/tsbuild": "^4.4.2",
    "@git.zone/tsbundle": "^2.11.3",
    "@git.zone/tsrun": "^2.0.5",
    "@git.zone/tstest": "^3.6.6",
    "@push.rocks/smartenv": "^6.1.0",
    "@push.rocks/smartserve": "^2.3.0",
    "@types/node": "26.1.1"
  },
  "dependencies": {
    "@api.global/typedrequest": "^3.3.2",
    "@api.global/typedrequest-interfaces": "^3.0.19",
    "@push.rocks/smartdelay": "^3.1.0",
    "@push.rocks/smartjson": "^6.0.1",
    "@push.rocks/smartpromise": "^4.2.4",
    "@push.rocks/smartrx": "^3.0.12",
    "@push.rocks/smartstring": "^4.1.1",
    "@push.rocks/smarturl": "^3.1.0"
  },
  "peerDependencies": {
    "@push.rocks/smartserve": ">=2.3.0"
  },
  "browserslist": [
    "last 1 chrome versions"
  ],
  "files": [
    "ts/**/*",
    "ts_web/**/*",
    "dist/**/*",
    "dist_*/**/*",
    "dist_ts/**/*",
    "dist_ts_web/**/*",
    "assets/**/*",
    "cli.js",
    "npmextra.json",
    "readme.md"
  ],
  "keywords": [
    "WebSocket",
    "Type Safety",
    "Real-time Communication",
    "Client-Server Architecture",
    "TypeScript",
    "Networking"
  ],
  "scripts": {
    "test": "(tstest test/ --verbose)",
    "build": "(tsbuild --web --allowimplicitany --skiplibcheck)",
    "buildDocs": "tsdoc"
  }
}