Haha-Yes/package.json

34 lines
893 B
JSON
Raw Normal View History

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-12-08 20:44:36 +01:00
"@google-cloud/text-to-speech": "^0.4.0",
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 12:05:52 +02:00
"node-fetch": "^2.2.0",
2018-11-21 01:56:40 +01:00
"node-gyp": "^3.8.0",
2018-12-09 01:44:44 +01:00
"node-opus": "^0.3.1",
2018-11-21 01:56:40 +01:00
"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
}
}