{
  "name": "twitch-emotes-lib",
  "version": "1.2.1",
  "description": "A library for getting list of twitch emotes from 7tv, FrankerFaceZ, and BetterTTV",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "Twitch",
    "Emotes",
    "7tv",
    "FrankerFaceZ",
    "BetterTTV"
  ],
  "author": "Jakub Wiśniewski",
  "license": "ISC",
  "dependencies": {
    "node": "^21.6.2",
    "typescript": "^5.3.3"
  },
  "devDependencies": {
    "undici-types": "^6.7.0"
  }
}
