{
  "name": "@twurple/eventsub-ws",
  "version": "8.1.2",
  "publishConfig": {
    "access": "public"
  },
  "description": "Listen to events on Twitch via their EventSub API using WebSockets.",
  "keywords": [
    "twitch",
    "eventsub",
    "websocket",
    "stream",
    "bot",
    "events"
  ],
  "sideEffects": false,
  "type": "module",
  "main": "lib",
  "types": "lib",
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "default": "./lib/index.js"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/twurple/twurple.git",
    "directory": "packages/eventsub-ws"
  },
  "homepage": "https://twurple.js.org",
  "author": "Daniel Fischer <daniel@d-fischer.dev>",
  "funding": "https://github.com/sponsors/d-fischer",
  "license": "MIT",
  "dependencies": {
    "@d-fischer/connection": "^10.0.1",
    "@d-fischer/logger": "^4.2.1",
    "@d-fischer/shared-utils": "^3.6.1",
    "@d-fischer/typed-event-emitter": "^3.3.3",
    "@twurple/auth": "8.1.2",
    "@twurple/common": "8.1.2",
    "@twurple/eventsub-base": "8.1.2",
    "tslib": "^2.0.3"
  },
  "devDependencies": {
    "@twurple/api": "8.1.2"
  },
  "peerDependencies": {
    "@twurple/api": "8.1.2"
  },
  "files": [
    "LICENSE",
    "README.md",
    "lib",
    "!lib/**/*.d.ts.map"
  ]
}
