UNPKG

@twurple/easy-bot

Version:

A simplified framework to get a chat bot running easily.

55 lines (54 loc) 1.21 kB
{ "name": "@twurple/easy-bot", "version": "7.4.0", "publishConfig": { "access": "public" }, "description": "A simplified framework to get a chat bot running easily.", "keywords": [ "twitch", "tmi", "stream", "chat", "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/easy-bot" }, "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/api": "7.4.0", "@twurple/auth": "7.4.0", "@twurple/chat": "7.4.0", "@twurple/common": "7.4.0", "tslib": "^2.0.3" }, "files": [ "LICENSE", "README.md", "lib", "!lib/**/*.d.ts.map", "es", "!es/**/*.d.ts", "!es/**/*.d.ts.map" ] }