mirror of
https://github.com/pacnpal/markov-discord.git
synced 2025-12-28 14:16:57 -05:00
26 lines
532 B
JSON
26 lines
532 B
JSON
{
|
|
"name": "markbot",
|
|
"version": "0.1.0",
|
|
"description": "A conversational Markov chain bot for Discord",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"repository": "",
|
|
"keywords": [
|
|
"discord",
|
|
"markov",
|
|
"chain",
|
|
"bot"
|
|
],
|
|
"author": "Charlie Laabs <charlielaabs@gmail.com>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"big-json": "^2.0.0",
|
|
"discord.js": "^11.3.0",
|
|
"erlpack": "github:discordapp/erlpack",
|
|
"markov-strings": "^1.3.5",
|
|
"zlib-sync": "^0.1.4"
|
|
}
|
|
}
|