mirror of
https://github.com/pacnpal/markov-discord.git
synced 2025-12-20 03:01:04 -05:00
27 lines
615 B
JSON
27 lines
615 B
JSON
{
|
|
"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 <charlielaabs@gmail.com>",
|
|
"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"
|
|
}
|
|
}
|