PokeBot/package.json
2018-02-23 12:53:05 -05:00

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"
}
}