{
    "name": "@kozjar/twitch-emoticons",
    "version": "2.3.3",
    "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": "MKody <gh@kdy.ch> (André Fernandes)",
    "contrubutors": [
        "1Computer",
        "MKody"
    ],
    "license": "MIT",
    "dependencies": {
        "axios": "^0.21.1"
    },
    "devDependencies": {
        "docdash": "^1.2.0",
        "eslint": "^7.27.0",
        "jsdoc": "^3.6.7"
    },
    "scripts": {
        "docs": "jsdoc --configure .jsdoc.json --verbose --package ''",
        "test": "node test/index.js",
        "lint": "eslint ./src"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/kozjar/twitch-emoticons.git"
    },
    "bugs": {
        "url": "https://github.com/kozjar/twitch-emoticons/issues"
    },
    "homepage": "https://github.com/kozjar/twitch-emoticons",
    "directories": {
        "doc": "docs",
        "test": "test"
    }
}
