UNPKG

@twurple/eventsub-http

Version:

Listen to events on Twitch via their EventSub API using a HTTP/WebHook server.

64 lines (63 loc) 1.47 kB
{ "name": "@twurple/eventsub-http", "version": "7.2.1", "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.2.1", "@twurple/common": "7.2.1", "@twurple/eventsub-base": "7.2.1", "@types/express-serve-static-core": "^4.17.24", "httpanda": "^0.4.6", "tslib": "^2.0.3" }, "devDependencies": { "@twurple/api": "7.2.1" }, "peerDependencies": { "@twurple/api": "7.2.1" }, "files": [ "LICENSE", "README.md", "lib", "!lib/**/*.d.ts.map", "es", "!es/**/*.d.ts", "!es/**/*.d.ts.map" ] }