{
  "name": "emotelib",
  "version": "1.0.2",
  "description": "Library for receiving global Twitch emotes as well as Twitch channel emotes. Support for third-party providers is included.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "prepublish": "npm run build",
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/notdankenough/EmotesLib.git"
  },
  "keywords": [
    "twitch",
    "emotes",
    "7tv",
    "stv",
    "bttv",
    "ffz",
    "parse",
    "third-party"
  ],
  "author": "ilotterytea",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/notdankenough/EmotesLib/issues"
  },
  "homepage": "https://github.com/notdankenough/EmotesLib#readme",
  "dependencies": {
    "axios": "^0.27.2"
  }
}
