@twurple/chat
Version:
Interact with the Twitch Messaging Interface (aka Twitch chat).
59 lines (58 loc) • 1.31 kB
JSON
{
"name": "@twurple/chat",
"version": "8.0.3",
"publishConfig": {
"access": "public"
},
"description": "Interact with the Twitch Messaging Interface (aka Twitch chat).",
"keywords": [
"twitch",
"tmi",
"stream",
"chat",
"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/chat"
},
"homepage": "https://twurple.js.org",
"author": "Daniel Fischer <daniel@d-fischer.dev>",
"funding": "https://github.com/sponsors/d-fischer",
"license": "MIT",
"dependencies": {
"@d-fischer/cache-decorators": "^4.0.0",
"@d-fischer/deprecate": "^2.0.2",
"@d-fischer/logger": "^4.2.1",
"@d-fischer/rate-limiter": "^1.1.0",
"@d-fischer/shared-utils": "^3.6.1",
"@d-fischer/typed-event-emitter": "^3.3.0",
"@twurple/common": "8.0.3",
"ircv3": "^0.33.0",
"tslib": "^2.0.3"
},
"devDependencies": {
"@twurple/auth": "8.0.3"
},
"peerDependencies": {
"@twurple/auth": "8.0.3"
},
"files": [
"LICENSE",
"README.md",
"lib",
"!lib/**/*.d.ts.map"
]
}