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": {
|
2018-10-18 12:47:25 +02:00
|
|
|
"canvas": "^2.0.1",
|
2018-09-19 16:43:38 +02:00
|
|
|
"discord.js": "^11.4.2",
|
2018-09-26 13:23:45 +02:00
|
|
|
"discord.js-commando": "^0.10.0",
|
2018-10-10 15:41:25 +02:00
|
|
|
"faceapp": "^0.4.4",
|
2018-12-08 02:25:40 +01:00
|
|
|
"google-tts-api": "0.0.4",
|
2018-10-10 12:05:52 +02:00
|
|
|
"node-fetch": "^2.2.0",
|
2018-11-21 01:56:40 +01:00
|
|
|
"node-gyp": "^3.8.0",
|
|
|
|
"printer": "^0.2.2",
|
2018-10-21 20:46:57 +02:00
|
|
|
"self-reload-json": "^0.4.0",
|
2018-10-10 15:41:25 +02:00
|
|
|
"superagent": "^4.0.0-beta.5",
|
2018-11-18 17:57:45 +01:00
|
|
|
"youtube-dl": "^1.12.2"
|
2018-09-19 16:43:38 +02:00
|
|
|
}
|
|
|
|
}
|