mirror of
https://github.com/pacnpal/markov-discord.git
synced 2025-12-28 22:26:56 -05:00
Initial commit, rough prototype
This commit is contained in:
25
package.json
Normal file
25
package.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user