{
  "name": "@moq/web-socket-stream",
  "author": "Luke Curley <kixelated@gmail.com>",
  "version": "0.1.1",
  "description": "A WebSocketStream polyfill: a plain WebSocket wrapped as { readable, writable } streams with backpressure",
  "type": "module",
  "license": "(MIT OR Apache-2.0)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/moq-dev/web-transport.git"
  },
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "default": "./index.js"
    }
  },
  "types": "./index.d.ts",
  "keywords": [
    "websocketstream",
    "websocket",
    "polyfill",
    "ponyfill",
    "streams",
    "backpressure"
  ]
}