Haha-Yes/package.json

62 lines
1.7 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": {
2019-06-26 03:51:17 +02:00
"4chan-boards": "^2.0.1",
2021-07-23 05:20:12 +02:00
"@discordjs/opus": "^0.5.0",
"@google-cloud/text-to-speech": "^3.2.0",
"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",
2021-07-23 05:20:12 +02:00
"cheerio": "^1.0.0-rc.9",
"cleverbot-free": "^1.1.6",
"discord-akairo": "^8.1.0",
"discord.js": "^12.5.3",
"erlpack": "github:discordapp/erlpack",
2021-07-23 05:20:12 +02:00
"file-type": "^16.4.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-07-23 05:20:12 +02:00
"grpc": "^1.24.9",
"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-07-23 05:20:12 +02:00
"meta-extractor": "^2.1.0",
2021-03-13 20:19:52 +01:00
"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-07-23 05:20:12 +02:00
"sequelize": "^6.6.2",
2021-03-13 20:19:52 +01:00
"sqlite3": "^5.0.2",
"superagent": "^6.1.0",
"turndown": "^7.0.0",
"twit": "^2.2.11",
2021-07-23 05:20:12 +02:00
"utf-8-validate": "^5.0.5",
"youtube-dl": "^1.13.1",
"ytdl-core": "^4.7.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-07-23 05:20:12 +02:00
"eslint": "^7.25.0",
2021-03-13 20:19:52 +01:00
"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",
2021-04-21 20:20:56 +02:00
"eslint-plugin-promise": "^5.1.0",
2021-07-23 05:20:12 +02:00
"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
}