{
  "name": "@twurple/api",
  "version": "8.1.3",
  "publishConfig": {
    "access": "public"
  },
  "description": "Interact with Twitch's API.",
  "keywords": [
    "twitch",
    "api",
    "stream",
    "helix",
    "chatters",
    "bot"
  ],
  "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/api"
  },
  "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/detect-node": "^3.0.1",
    "@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.3",
    "@twurple/api-call": "8.1.3",
    "@twurple/common": "8.1.3",
    "retry": "^0.13.1",
    "tslib": "^2.0.3"
  },
  "devDependencies": {
    "@twurple/auth": "8.1.3",
    "@types/retry": "^0.12.2"
  },
  "peerDependencies": {
    "@twurple/auth": "8.1.3"
  },
  "files": [
    "LICENSE",
    "README.md",
    "lib",
    "!lib/**/*.d.ts.map"
  ]
}
