Tinasha-Bot/package.json
Kiera Affarantia 9332a4f6d1 Feat: redis
- add redis package for future queueStore
2025-02-21 08:07:33 +07:00

89 lines
2.2 KiB
JSON

{
"name": "TinashaBot",
"version": "5.8.0",
"description": "multipurpose discord bot built using discord-js",
"main": "bot.js",
"author": "Amane",
"license": "ISC",
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"dev": "nodemon .",
"start": "node .",
"format": "prettier --write src"
},
"homepage": "https://github.com/MinazukiAmane/Kiera-Bot",
"repository": {
"type": "git",
"url": "git+https://github.com/MinazukiAmane/Kiera-Bot.git"
},
"bugs": {
"url": "https://github.com/MinazukiAmane/Kiera-Bot/issues"
},
"dependencies": {
"@google/generative-ai": "^0.14.0",
"@lavaclient/plugin-queue": "^0.0.1",
"@lavaclient/types": "^2.1.1",
"@vitalets/google-translate-api": "^9.2.0",
"common-tags": "^1.8.2",
"connect-mongo": "^5.1.0",
"country-emoji-languages": "^1.0.0",
"discord-giveaways": "^6.0.1",
"discord-together": "^1.3.31",
"discord.js": "^14.18.0",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"enhanced-ms": "^2.3.0",
"express": "^4.21.2",
"express-session": "^1.18.1",
"fixedsize-map": "^1.0.1",
"iso-639-1": "^3.1.0",
"lavalink-client": "^2.4.0",
"module-alias": "^2.2.3",
"moment": "^2.30.1",
"mongoose": "^8.9.5",
"nekos.life": "^3.0.0",
"pino": "^8.18.0",
"pino-pretty": "^10.3.1",
"pretty-ms": "^7.0.1",
"redis": "^4.7.0",
"snakecord": "^1.0.9",
"sourcebin_js": "^0.0.3-ignore",
"string-progressbar": "^1.0.4",
"table": "^6.8.1",
"timestamp-to-date": "^1.1.0",
"twemoji-parser": "^14.0.0",
"waifu.it": "^1.2.1"
},
"optionalDependencies": {
"bufferutil": "^4.0.8",
"erlpack": "^0.1.4",
"utf-8-validate": "^6.0.3",
"zlib-sync": "^0.1.9"
},
"devDependencies": {
"eslint": "^8.56.0",
"eslint-plugin-jsdoc": "^46.4.3",
"node": "^20.4.0",
"nodemon": "^3.0.3",
"prettier": "3.2.5"
},
"keywords": [
"discord",
"discord.js",
"discord-bot",
"bot",
"multipurpose",
"multi-purpose-bot"
],
"_moduleAliases": {
"@root": ".",
"@handlers": "src/handlers/",
"@helpers": "src/helpers/",
"@schemas": "src/database/schemas/",
"@src": "src/",
"@structures": "src/structures/"
}
}