{ "name": "markbot", "version": "0.4.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": { "bufferutil": "^4.0.0", "discord.js": "^11.4.2", "erlpack": "github:discordapp/erlpack", "markov-strings": "^1.5.0", "node-schedule": "^1.3.0", "zlib-sync": "^0.1.4" }, "engines": { "node": ">=8.0.0" }, "devDependencies": { "eslint": "^5.4.0", "eslint-config-airbnb-base": "^13.1.0", "eslint-plugin-import": "^2.14.0" }, "eslintConfig": { "parserOptions": { "ecmaVersion": 2017 }, "env": { "node": true }, "extends": [ "airbnb-base" ], "rules": { "no-console": 0, "no-plusplus": [ "error", { "allowForLoopAfterthoughts": true } ] } } }