Files
denBot/package.json
T

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"
}
}