{
  "name": "twitch",
  "version": "4.6.7",
  "description": "Interact with Twitch's API.",
  "keywords": [
    "twitch",
    "api",
    "stream",
    "kraken",
    "helix",
    "chatters",
    "bot"
  ],
  "sideEffects": false,
  "main": "lib",
  "types": "lib",
  "exports": {
    ".": {
      "require": "./lib/index.js",
      "import": "./es/index.mjs"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/d-fischer/twitch.git",
    "directory": "packages/twitch"
  },
  "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.1",
    "@d-fischer/deprecate": "^2.0.2",
    "@d-fischer/logger": "^3.1.0",
    "@d-fischer/rate-limiter": "^0.4.3",
    "@d-fischer/shared-utils": "^3.0.1",
    "top-package": "^1.0.0",
    "tslib": "^2.0.3",
    "twitch-api-call": "^4.6.7",
    "twitch-auth": "^4.6.7",
    "twitch-common": "^4.6.7"
  },
  "files": [
    "LICENSE",
    "README.md",
    "lib",
    "es",
    "scripts/npm"
  ],
  "scripts": {
    "build": "tsukuru",
    "rebuild": "tsukuru --clean",
    "postinstall": "node ./scripts/npm/postinstall.js"
  },
  "gitHead": "89b816d5aca8d29db1c140500f16b46b5d94b7bd"
}
