{
  "name": "twitch-chat-bot",
  "version": "0.4.1",
  "description": "an attempt to provide a generic, but highly-configurable platform for developers intending to create Twitch chat bots in Node.js",
  "main": "index.js",
  "directories": {
    "data": "data",
    "lib": "lib",
    "modules": "modules"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "bot",
    "twitch",
    "node",
    "nodebot",
    "chatbot",
    "twitchbot",
    "twitchchatbot",
    "nodechatbot",
    "nodetwitchbot",
    "nodetwitchchatbot",
    "nodejsbot",
    "nodejschatbot",
    "nodejstwitchbot",
    "nodejstwitchchatbot"
  ],
  "author": "WildcardSearch",
  "license": "AGPL-3.0-only",
  "repository": {
    "type": "git",
    "url": "https://github.com/wildcardsearch/twitch-chat-bot.git"
  },
  "dependencies": {
    "mysql": "^2.18.1",
    "node-polyglot": "^2.5.0",
    "nodejs-streamelements": "^0.0.2",
    "tmi.js": "^1.8.5"
  }
}
