{
  "name": "twitch-commando",
  "version": "2.0.5",
  "description": "Twitch Bot Commando Client",
  "main": "index.js",
  "scripts": {
    "test": "node test.js",
    "test-dev": "node test-private.js",
    "docs": "documentation build src/** -f html -o docs",
    "docs-md": "documentation build src/** -f md -o docs.md",
    "docs-all": "npm run docs-md && npm run docs"
  },
  "repository": {
    "type": "github",
    "url": "https://github.com/shardick/twitch-commando"
  },
  "contributors": [
    "Cyber_Star"
  ],
  "keywords": [
    "twitch",
    "bot",
    "chatbot",
    "chat",
    "commando"
  ],
  "author": "Francesco 'ShArDiCk' Bramato",
  "license": "ISC",
  "dependencies": {
    "better-queue": "^3.8.12",
    "express": "^4.18.2",
    "node-fetch": "^2.6.7",
    "recursive-readdir-sync": "^1.0.6",
    "recursive-readdir-synchronous": "0.0.4",
    "sleep": "^6.3.0",
    "sqlite": "^4.1.2",
    "sqlite3": "^2.0.15",
    "tmi.js": "^1.8.5",
    "winston": "^3.8.2"
  },
  "devDependencies": {
    "@types/tmi.js": "^1.8.2",
    "clean-documentation-theme": "^0.5.2",
    "jsdoc": "^4.0.0"
  }
}
