{
  "name": "clear-ws",
  "version": "1.0.6",
  "description": "Route websocket messages. Reconnect and resubscribe.",
  "keywords": [
    "ws",
    "websocket",
    "listen",
    "route",
    "template",
    "message",
    "reconnect",
    "health",
    "ping",
    "subscribe"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/anatol-grabowski/clear-ws"
  },
  "main": "dist/index.js",
  "dependencies": {
    "debug": "^4.1.1",
    "expect": "^27.5.1",
    "isomorphic-ws": "^4.0.1",
    "sleep-promise": "^9.1.0"
  },
  "devDependencies": {
    "@types/jest": "^27.4.1",
    "@types/ws": "^8.5.3",
    "jest": "^27.5.1",
    "ts-jest": "^27.1.4",
    "typescript": "^4.6.3"
  },
  "scripts": {
    "test": "jest ./src",
    "test:e2e": "DEBUG=ws* jest --detectOpenHandles ./e2e",
    "clean": "rm -rf ./dist",
    "build": "yarn run clean && tsc",
    "start": "DEBUG=ws* node example.js",
    "prepublishOnly": "yarn run test && yarn run test:e2e && yarn run build"
  },
  "author": "",
  "license": "ISC"
}
