2018-09-19 16:43:38 +02:00
|
|
|
{
|
|
|
|
"name": "discordbot",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "A simple discord bot made with discord.js and commando",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://gitlab.com/loicbersier/discordbot.git"
|
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://gitlab.com/loicbersier/discordbot/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://gitlab.com/loicbersier/discordbot#readme",
|
|
|
|
"dependencies": {
|
|
|
|
"discord.js": "^11.4.2",
|
2018-09-26 13:23:45 +02:00
|
|
|
"discord.js-commando": "^0.10.0",
|
2018-09-28 17:57:00 +02:00
|
|
|
"node-fetch": "^2.2.0"
|
2018-09-19 16:43:38 +02:00
|
|
|
}
|
|
|
|
}
|