{
  "name": "rxprotoplex",
  "version": "1.2.5",
  "description": "A utility library for working with Plex-based connections and streams with RxJS operators.",
  "main": "index.js",
  "type": "module",
  "scripts": {
    "test": "brittle ./test.js"
  },
  "dependencies": {
    "@zacharygriffee/protoplex": "^2.3.0",
    "b4a": "^1.6.7",
    "compact-encoding": "^2.15.0",
    "duplex-through-with-error-handling": "^1.0.11",
    "not-secret-stream": "^1.0.0",
    "rxjs": "^7.8.1"
  },
  "devDependencies": {
    "brittle": "^3.7.0",
    "streamx": "^2.20.2"
  },
  "keywords": [
    "Plex",
    "RxJS",
    "streaming",
    "multiplexing",
    "utility"
  ],
  "author": "Zachary Griffee <zacharygriffee@gmail.com>",
  "license": "MIT",
  "homepage": "https://github.com/zacharygriffee/rxprotoplex#readme"
}
