mirror of
https://github.com/jcreek/denBot.git
synced 2026-07-12 18:33:45 +00:00
17 lines
380 B
JSON
17 lines
380 B
JSON
{
|
|
"name": "denbot",
|
|
"version": "1.0.0",
|
|
"description": "A bot to let four adventurers join together via Discord.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "jcreek",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"discord.js": "12.4.1",
|
|
"winston": "3.3.3",
|
|
"winston-elasticsearch": "^0.7.12"
|
|
}
|
|
}
|