{ "name": "markbot", "version": "0.3.0", "description": "A conversational Markov chain bot for Discord", "main": "index.js", "scripts": { "start": "node index.js" }, "repository": "https://github.com/charlocharlie/markov-discord.git", "keywords": [ "discord", "markov", "chain", "bot" ], "author": "Charlie Laabs ", "license": "MIT", "dependencies": { "discord.js": "^11.3.2", "erlpack": "github:discordapp/erlpack", "markov-strings": "^1.3.5", "node-schedule": "^1.3.0", "unique-by": "^1.0.0", "zlib-sync": "^0.1.4" } }