mirror of
https://github.com/jcreek/MupBot.git
synced 2026-07-12 18:33:44 +00:00
20 lines
494 B
JSON
20 lines
494 B
JSON
{
|
|
"name": "mupbot",
|
|
"version": "1.0.0",
|
|
"description": "An open source Discord bot for helping coders gain experience working on open source projects.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "jcreek",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"axios": "^0.21.1",
|
|
"cheerio": "^1.0.0-rc.5",
|
|
"discord.js": "12.4.1",
|
|
"got": "^11.8.1",
|
|
"winston": "3.3.3",
|
|
"winston-elasticsearch": "^0.7.12"
|
|
}
|
|
}
|