{
  "name": "@twurple/eventsub-http",
  "version": "7.4.0",
  "publishConfig": {
    "access": "public"
  },
  "description": "Listen to events on Twitch via their EventSub API using a HTTP/WebHook server.",
  "keywords": [
    "twitch",
    "eventsub",
    "http",
    "webhooks",
    "stream",
    "bot",
    "events"
  ],
  "sideEffects": false,
  "main": "lib",
  "types": "lib",
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "require": "./lib/index.js",
      "import": "./es/index.mjs"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/twurple/twurple.git",
    "directory": "packages/eventsub-http"
  },
  "homepage": "https://twurple.js.org",
  "author": "Daniel Fischer <daniel@d-fischer.dev>",
  "funding": "https://github.com/sponsors/d-fischer",
  "license": "MIT",
  "dependencies": {
    "@d-fischer/logger": "^4.2.1",
    "@d-fischer/raw-body": "^2.4.3",
    "@d-fischer/shared-utils": "^3.6.1",
    "@d-fischer/typed-event-emitter": "^3.3.0",
    "@twurple/auth": "7.4.0",
    "@twurple/common": "7.4.0",
    "@twurple/eventsub-base": "7.4.0",
    "@types/express-serve-static-core": "^4.17.24",
    "httpanda": "^0.4.6",
    "tslib": "^2.0.3"
  },
  "devDependencies": {
    "@twurple/api": "7.4.0"
  },
  "peerDependencies": {
    "@twurple/api": "7.4.0"
  },
  "files": [
    "LICENSE",
    "README.md",
    "lib",
    "!lib/**/*.d.ts.map",
    "es",
    "!es/**/*.d.ts",
    "!es/**/*.d.ts.map"
  ]
}
