forked from Supositware/Haha-Yes
Removed some useless package and added optinal dependency for discord.js + turndown to convert html to markdown
This commit is contained in:
parent
fd6c1b57c5
commit
1689b9c3bb
2 changed files with 350 additions and 1537 deletions
1871
package-lock.json
generated
1871
package-lock.json
generated
File diff suppressed because it is too large
Load diff
16
package.json
16
package.json
|
@ -6,32 +6,32 @@
|
|||
"4chan-boards": "^2.0.1",
|
||||
"@google-cloud/text-to-speech": "^0.4.0",
|
||||
"asciify-image": "^0.1.5",
|
||||
"bad-words": "^3.0.3",
|
||||
"bufferutil": "^4.0.1",
|
||||
"canvas": "^2.6.0",
|
||||
"cheerio": "^1.0.0-rc.3",
|
||||
"console-stamp": "^0.2.9",
|
||||
"discord-akairo": "github:1Computer1/discord-akairo#master",
|
||||
"discord.js": "github:discordjs/discord.js#master",
|
||||
"erlpack": "github:discordapp/erlpack",
|
||||
"gm": "^1.23.1",
|
||||
"grpc": "^1.24.1",
|
||||
"handbrake-js": "^3.0.8",
|
||||
"html-to-text": "^5.1.1",
|
||||
"img-diff-js": "^0.4.1",
|
||||
"jimp": "^0.8.5",
|
||||
"libsodium-wrappers": "^0.7.6",
|
||||
"meta-extractor": "^1.5.2",
|
||||
"mkdirp": "^0.5.1",
|
||||
"mysql2": "^1.7.0",
|
||||
"node-fetch": "^2.6.0",
|
||||
"node-opus": "^0.3.3",
|
||||
"reload-json": "^0.3.1",
|
||||
"removd": "^1.1.1",
|
||||
"sequelize": "^5.21.1",
|
||||
"sqlite3": "^4.1.0",
|
||||
"superagent": "^4.1.0",
|
||||
"turndown": "^5.0.3",
|
||||
"twit": "^2.2.11",
|
||||
"utf-8-validate": "^5.0.2",
|
||||
"youtube-dl": "^1.13.1",
|
||||
"ytdl-core": "^0.29.7",
|
||||
"ytpplus-node": "git+https://git@github.com/loicbersier/ytpplus-node.git"
|
||||
"ytpplus-node": "git+https://git@github.com/loicbersier/ytpplus-node.git",
|
||||
"zlib-sync": "^0.1.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^5.16.0",
|
||||
|
@ -49,5 +49,5 @@
|
|||
"url": "https://gitlab.com/LoicBersier/DiscordBot/issues"
|
||||
},
|
||||
"homepage": "https://gitlab.com/LoicBersier/DiscordBot#readme",
|
||||
"description": ""
|
||||
"description": "The haha yes discord bot."
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue