mirror of
https://github.com/UniverseDevGroup/PokeBot.git
synced 2025-01-22 09:21:58 -05:00
22 lines
475 B
JSON
22 lines
475 B
JSON
{
|
|
"name": "pokebot",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "bot.js",
|
|
"scripts": {
|
|
"start": "node bot.js"
|
|
},
|
|
"author": "Alee, Justin, and Trey",
|
|
"license": "GPL-3.0",
|
|
"dependencies": {
|
|
"dblapi.js": "^2.3.0",
|
|
"discord.js": "^11.5.1",
|
|
"eslint": "^6.6.0",
|
|
"pokedex-promise-v2": "^3.2.0",
|
|
"quick.db": "^7.0.0-b22",
|
|
"raven": "^2.6.4",
|
|
"request": "^2.88.0",
|
|
"request-promise": "^4.2.4",
|
|
"snekfetch": "^4.0.4"
|
|
}
|
|
}
|