PokeBot/package.json

23 lines
475 B
JSON
Raw Normal View History

2018-05-04 18:48:40 -04:00
{
"name": "pokebot",
"version": "1.0.0",
"description": "",
"main": "bot.js",
"scripts": {
"start": "node bot.js"
2018-05-04 18:48:40 -04:00
},
"author": "Alee, Justin, and Trey",
"license": "GPL-3.0",
"dependencies": {
2019-11-01 21:34:16 -04:00
"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",
2019-11-01 21:34:16 -04:00
"raven": "^2.6.4",
2019-10-21 10:00:35 -04:00
"request": "^2.88.0",
"request-promise": "^4.2.4",
2019-11-01 21:34:16 -04:00
"snekfetch": "^4.0.4"
2018-05-04 18:48:40 -04:00
}
}