Haha-Yes/package.json

41 lines
1.1 KiB
JSON
Raw Normal View History

2018-09-19 16:43:38 +02:00
{
2019-01-02 08:11:52 +01:00
"name": "hahayes",
2019-01-02 10:23:50 +01:00
"version": "2.1.0",
2018-09-19 16:43:38 +02:00
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
2018-12-30 06:42:55 +01:00
"@discordjs/uws": "^11.149.1",
2018-12-08 20:44:36 +01:00
"@google-cloud/text-to-speech": "^0.4.0",
2019-01-02 05:50:56 +01:00
"auto-reload": "^0.1.0",
2018-12-30 01:20:24 +01:00
"canvas": "^2.2.0",
2019-01-02 10:21:07 +01:00
"discord-akairo": "github:1Computer1/discord-akairo#master",
"discord.js": "github:discordjs/discord.js#master",
2018-12-30 01:20:24 +01:00
"node-fetch": "^2.3.0",
"reload-json": "^0.3.1",
"superagent": "^4.1.0",
2018-11-18 17:57:45 +01:00
"youtube-dl": "^1.12.2"
2019-01-02 08:09:35 +01:00
},
"devDependencies": {
"eslint": "^5.11.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0"
2019-01-02 18:59:20 +01:00
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/LoicBersier/DiscordBot.git"
},
"bugs": {
"url": "https://gitlab.com/LoicBersier/DiscordBot/issues"
},
"homepage": "https://gitlab.com/LoicBersier/DiscordBot#readme",
"description": ""
2018-09-19 16:43:38 +02:00
}