{
  "name": "@nktkas/rews",
  "version": "4.1.0",
  "description": "Drop-in WebSocket replacement with automatic reconnection.",
  "keywords": [
    "websocket",
    "ws",
    "reconnect",
    "retry"
  ],
  "homepage": "https://github.com/nktkas/rews",
  "bugs": {
    "url": "https://github.com/nktkas/rews/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nktkas/rews.git"
  },
  "license": "MIT",
  "author": {
    "name": "nktkas",
    "email": "github.turk9@passmail.net",
    "url": "https://github.com/nktkas"
  },
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "types": "./esm/mod.d.ts",
      "default": "./esm/mod.js"
    }
  },
  "main": "./esm/mod.js",
  "types": "./esm/mod.d.ts",
  "engines": {
    "node": ">=22.12.0"
  }
}
