Haha-Yes/package.json

62 lines
1.8 KiB
JSON
Raw Normal View History

2018-09-19 16:43:38 +02:00
{
2019-01-02 08:11:52 +01:00
"name": "hahayes",
"version": "3.0.0",
2018-09-19 16:43:38 +02:00
"main": "index.js",
"dependencies": {
2021-03-13 20:19:52 +01:00
"@discordjs/opus": "^0.4.0",
"@google-cloud/text-to-speech": "^3.1.3",
2019-06-26 03:51:17 +02:00
"4chan-boards": "^2.0.1",
"asciify-image": "^0.1.6",
2021-03-13 20:19:52 +01:00
"axios": "^0.21.1",
"bufferutil": "^4.0.3",
"canvas": "^2.7.0",
"capture-website": "^1.4.0",
"cheerio": "^1.0.0-rc.5",
"cleverbot-free": "^1.0.5",
2019-01-02 10:21:07 +01:00
"discord-akairo": "github:1Computer1/discord-akairo#master",
"discord.js": "github:discordjs/discord.js#master",
"erlpack": "github:discordapp/erlpack",
2021-03-13 20:19:52 +01:00
"file-type": "^16.3.0",
2020-02-27 06:52:28 +01:00
"fluent-ffmpeg": "^2.1.2",
2019-06-12 23:21:12 +02:00
"gm": "^1.23.1",
2021-03-13 20:19:52 +01:00
"grpc": "^1.24.6",
"handbrake-js": "^5.0.2",
2021-03-13 20:19:52 +01:00
"jimp": "^0.16.1",
"libsodium-wrappers": "^0.7.9",
"md5-file": "^5.0.0",
2021-03-13 20:19:52 +01:00
"meta-extractor": "^2.0.0",
"mkdirp": "^1.0.4",
"mysql2": "^2.2.5",
"node-fetch": "^2.6.1",
2019-10-27 22:32:05 +01:00
"node-opus": "^0.3.3",
2020-03-29 18:49:20 +02:00
"safe-regex": "^2.1.1",
2021-03-13 20:19:52 +01:00
"sequelize": "^6.5.0",
"sqlite3": "^5.0.2",
"superagent": "^6.1.0",
"turndown": "^7.0.0",
"twit": "^2.2.11",
2021-03-13 20:19:52 +01:00
"utf-8-validate": "^5.0.4",
2019-04-06 20:45:04 +02:00
"youtube-dl": "^1.13.1",
2021-03-13 20:19:52 +01:00
"ytdl-core": "^4.5.0",
"ytpplus-node": "git+https://git@github.com/loicbersier/ytpplus-node.git",
2020-06-15 18:13:13 +02:00
"zlib-sync": "^0.1.7"
2019-01-02 08:09:35 +01:00
},
"devDependencies": {
2021-03-13 20:19:52 +01:00
"eslint": "^7.22.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
2021-03-13 20:19:52 +01:00
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^4.1.0"
2019-01-02 18:59:20 +01:00
},
"repository": {
"type": "git",
2020-10-25 04:23:22 +01:00
"url": "git+https://git.namejeff.xyz/Supositware/Haha-Yes.git"
2019-01-02 18:59:20 +01:00
},
"bugs": {
2020-10-25 04:23:22 +01:00
"url": "https://git.namejeff.xyz/Supositware/Haha-Yes/issues"
2019-01-02 18:59:20 +01:00
},
2020-10-25 04:23:22 +01:00
"homepage": "https://git.namejeff.xyz/Supositware/Haha-Yes#readme",
"description": "The haha yes discord bot."
2018-09-19 16:43:38 +02:00
}