{
  "name": "twitch-chat.js",
  "version": "2.0.2",
  "description": "A simple twitch API wrapper",
  "main": "index.js",
  "dependencies": {
		"axios": "^0.27.2",
    "fs": "^0.0.1-security",
    "ws": "^8.8.1"
  },
  "devDependencies": {},
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Project-Twitch-js/twitch-chat.js.git"
  },
  "keywords": [
    "twitch-client",
    "twitch-bot",
    "twitch-chat-bot",
		"bot",
		"chat-bot"
  ],
  "author": "kayake.",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/Project-Twitch-js/twitch-chat.js/issues"
  },
  "homepage": "https://github.com/Project-Twitch-js/twitch-chat.js#readme"
}