{
  "name": "@cyca/twitch-chat-client",
  "version": "4.3.0-micro-pre.4",
  "description": "Interact with the Twitch Messaging Interface (aka Twitch chat).",
  "keywords": [
    "twitch",
    "tmi",
    "stream",
    "chat",
    "bot",
    "events"
  ],
  "sideEffects": false,
  "source": "src/index.ts",
	"main": "lib/twitch-chat-client.js",
	"types": "lib/index.d.ts",
	"module": "lib/twitch-chat-client.modern.js",
  "exports": {
    ".": {
      "require": "./lib/index.js",
      "import": "./es/index.mjs"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/d-fischer/twitch.git",
    "directory": "packages/twitch-chat-client"
  },
  "homepage": "https://d-fischer.github.io/twitch",
  "author": "Daniel Fischer <daniel@d-fischer.dev>",
  "funding": "https://github.com/sponsors/d-fischer",
  "license": "MIT",
  "dependencies": {
    "@d-fischer/cache-decorators": "^2.1.0",
    "@d-fischer/deprecate": "^2.0.2",
    "@d-fischer/logger": "^2.1.0",
    "@d-fischer/shared-utils": "^2.4.0",
    "@d-fischer/typed-event-emitter": "^3.1.0",
    "ircv3": "^0.26.4",
    "tslib": "^2.0.0"
  },
  "devDependencies": {
		"twitch": "^4.3.0-pre.4",
		"twitch-auth": "^4.3.0-pre.4",
		"microbundle": "^0.12.3"
	},
	"peerDependencies": {
		"twitch": "^4.1.0",
		"twitch-auth": "^4.3.0-pre.4"
	},
  "files": [
    "LICENSE",
    "README.md",
    "lib",
    "es"
  ],
	"scripts": {
		"build": "microbundle build -f modern,cjs --no-compress",
		"rebuild": "rimraf lib && yarn build"
	}
}
