{
  "name": "twitch-emoticons",
  "version": "2.1.1",
  "description": "Gets Twitch emotes and BTTV emotes, as well as parsing text to emotes!",
  "main": "src/index.js",
  "typings": "typings/index.d.ts",
  "keywords": [
    "emote",
    "emoticon",
    "emoji",
    "bttv",
    "better",
    "twitch",
    "tv",
    "parse"
  ],
  "author": "1Computer",
  "license": "MIT",
  "dependencies": {
    "snekfetch": "^3.1.6"
  },
  "devDependencies": {
    "docdash": "^0.4.0",
    "eslint": "3.19.0",
    "jsdoc": "^3.4.3"
  },
  "scripts": {
    "docs": "node_modules/.bin/jsdoc --configure .jsdoc.json --verbose",
    "test": "npm run lint",
    "lint": "eslint ./src"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/1Computer1/twitch-emoticons.git"
  },
  "bugs": {
    "url": "https://github.com/1Computer1/twitch-emoticons/issues"
  },
  "homepage": "https://github.com/1Computer1/twitch-emoticons"
}
