mirror of
https://github.com/UniverseDevGroup/PokeBot.git
synced 2025-01-22 17:32:00 -05:00
14 lines
273 B
JSON
14 lines
273 B
JSON
{
|
|
"name": "pokebot",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "bot.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Alee and Justin",
|
|
"license": "GPL-3.0",
|
|
"dependencies": {
|
|
"discord.js": "^11.3.0"
|
|
}
|
|
}
|