Haha-Yes/package.json

18 lines
345 B
JSON
Raw Normal View History

2018-09-06 15:02:53 +02:00
{
2018-09-07 00:24:03 +02:00
"name": "DiscordBotV2",
2018-09-06 15:02:53 +02:00
"version": "1.0.0",
"description": "",
2018-09-07 00:24:03 +02:00
"main": "hahayesv2.js",
2018-09-06 15:02:53 +02:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"discord.js": "^11.4.2",
2018-09-07 00:24:03 +02:00
"discord.js-commando": "^0.10.0",
"eslint": "^5.5.0"
2018-09-06 15:02:53 +02:00
}
}