mirror of
https://github.com/UniverseDevGroup/PokeBot.git
synced 2025-01-23 09:51:58 -05:00
17 lines
371 B
JSON
17 lines
371 B
JSON
{
|
|
"name": "pokebot",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "bot.js",
|
|
"scripts": {
|
|
"test": "node test.js"
|
|
},
|
|
"author": "Alee, Justin, and Trey",
|
|
"license": "GPL-3.0",
|
|
"dependencies": {
|
|
"discord.js": "^11.3.0",
|
|
"discord.js-lavalink": "github:mrjacz/discord.js-lavalink",
|
|
"quick.db": "^5.3.8",
|
|
"snekfetch": "^4.0.0-rc.0"
|
|
}
|
|
}
|