@twurple/eventsub-http
Version:
Listen to events on Twitch via their EventSub API using a HTTP/WebHook server.
61 lines (60 loc) • 1.39 kB
JSON
{
"name": "@twurple/eventsub-http",
"version": "8.0.3",
"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,
"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-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/shared-utils": "^3.6.1",
"@d-fischer/typed-event-emitter": "^3.3.0",
"@twurple/auth": "8.0.3",
"@twurple/common": "8.0.3",
"@twurple/eventsub-base": "8.0.3",
"@types/express-serve-static-core": "^5.1.0",
"httpanda": "^0.4.6",
"raw-body": "^3.0.2",
"tslib": "^2.0.3"
},
"devDependencies": {
"@twurple/api": "8.0.3"
},
"peerDependencies": {
"@twurple/api": "8.0.3"
},
"files": [
"LICENSE",
"README.md",
"lib",
"!lib/**/*.d.ts.map"
]
}