UNPKG

twitchcord-bot

Version:
32 lines (31 loc) 622 B
{ "name": "twitchcord-bot", "version": "2.0.1", "description": "A twitch dirscord bot", "main": "index.mjs", "scripts": { "start": "node --experimental-modules --no-warnings index" }, "bin": { "twitchcord": "./bin/global.sh" }, "preferGlobal": true, "repository": { "type": "git", "url": "https://github.com/camwhite/twitchcord-bot" }, "keywords": [ "bot", "node", "twitch", "discord" ], "author": "camwhite", "license": "MIT", "dependencies": { "chalk": "^2.0.1", "discord.js": "^11.3.2", "terminal-kit": "^1.17.5", "tmi.js": "^1.2.1" } }