UNPKG

butter-bot

Version:
43 lines (42 loc) 885 B
{ "name": "butter-bot", "version": "0.1.5", "description": "I'm an opdroid seeking purpose.", "main": "src/index.js", "scripts": { "start": "node ." }, "bin": { "butterbot": "./src/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/roydejong/butter-bot.git" }, "keywords": [ "robot", "bot", "butter", "droid", "automaton", "twitch", "discord", "purpose", "opdroid" ], "author": "Roy de Jong <roy@opdroid.com>", "license": "MIT", "bugs": { "url": "https://github.com/roydejong/butter-bot/issues" }, "homepage": "https://github.com/roydejong/butter-bot#readme", "dependencies": { "discord.js": "^11.3.2", "lowdb": "^1.0.0", "minimist": "^1.2.0", "node-version-compare": "^1.0.1", "npm": "^6.1.0", "tmi.js": "^1.2.1", "winston": "^3.0.0" } }