21 lines
505 B
JSON
21 lines
505 B
JSON
{
|
|
"name": "rr-bot",
|
|
"version": "1.0.0",
|
|
"description": "A reaction role bot in discord.js",
|
|
"main": "bot.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node bot.js"
|
|
},
|
|
"author": "Josh S.",
|
|
"dependencies": {
|
|
"chalk": "^4.1.2",
|
|
"child_process": "^1.0.2",
|
|
"cli-box": "^6.0.10",
|
|
"discord.js": "^13.6.0",
|
|
"fs": "^0.0.1-security",
|
|
"glob": "^7.2.0",
|
|
"mongoose": "^6.3.6",
|
|
"quick.db": "^7.1.3"
|
|
}
|
|
}
|