mirror of
https://github.com/UniverseDevGroup/PokeBot.git
synced 2025-01-22 17:32:00 -05:00
20 lines
415 B
JSON
20 lines
415 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": {
|
|
"canvas": "^1.6.10",
|
|
"dblapi.js": "^1.2.0",
|
|
"discord.js": "^11.3.0",
|
|
"quick.db": "^5.3.8",
|
|
"raven": "^2.6.0",
|
|
"request-promise": "^4.2.2",
|
|
"snekfetch": "^4.0.0-rc.0"
|
|
}
|
|
}
|