Tinasha-Bot/package.json

90 lines
2.3 KiB
JSON
Raw Normal View History

2023-08-20 14:29:07 +09:00
{
2024-08-14 10:02:35 +07:00
"name": "TinashaBot",
2024-08-14 10:05:24 +07:00
"version": "5.6.0",
2024-04-15 05:51:20 +07:00
"description": "multipurpose discord bot built using discord-js",
2023-08-20 14:29:07 +09:00
"main": "bot.js",
"author": "Amane",
"license": "ISC",
"engines": {
2024-04-15 05:51:20 +07:00
"node": ">=18.0.0"
2023-08-20 14:29:07 +09:00
},
"scripts": {
"dev": "nodemon .",
2024-03-17 13:58:37 +09:00
"start": "node .",
2024-09-19 07:14:54 +07:00
"format": "prettier --write src"
2023-08-20 14:29:07 +09:00
},
"homepage": "https://github.com/MinazukiAmane/Kiera-Bot",
"repository": {
"type": "git",
"url": "git+https://github.com/MinazukiAmane/Kiera-Bot.git"
},
2024-03-17 13:58:37 +09:00
"bugs": {
"url": "https://github.com/MinazukiAmane/Kiera-Bot/issues"
},
2023-08-20 14:29:07 +09:00
"dependencies": {
2024-07-01 08:51:30 +07:00
"@google/generative-ai": "^0.14.0",
2024-06-11 12:18:40 +07:00
"@lavaclient/plugin-queue": "^0.0.1",
2024-03-17 13:58:37 +09:00
"@lavaclient/queue": "^2.1.1",
"@lavaclient/spotify": "^3.1.0",
2024-04-15 10:11:17 +07:00
"@lavaclient/types": "^2.1.1",
2024-03-17 13:58:37 +09:00
"@vitalets/google-translate-api": "^9.2.0",
"common-tags": "^1.8.2",
2024-04-15 05:51:20 +07:00
"connect-mongo": "^5.1.0",
2024-03-17 13:58:37 +09:00
"country-emoji-languages": "^1.0.0",
"discord-giveaways": "^6.0.1",
"discord-together": "^1.3.31",
"discord.js": "^14.11.0",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"enhanced-ms": "^2.3.0",
2024-04-15 10:11:17 +07:00
"express": "^4.18.2",
2024-04-15 05:51:20 +07:00
"express-session": "^1.18.0",
2023-08-20 14:29:07 +09:00
"fixedsize-map": "^1.0.1",
2024-04-15 05:51:20 +07:00
"iso-639-1": "^3.1.0",
2024-06-11 12:18:40 +07:00
"lavaclient": "^5.0.0-rc.3",
2024-03-17 13:58:37 +09:00
"module-alias": "^2.2.3",
2024-04-15 05:51:20 +07:00
"moment": "^2.30.1",
"mongoose": "^8.1.1",
2024-03-17 13:58:37 +09:00
"nekos.life": "^3.0.0",
2024-04-15 05:51:20 +07:00
"pino": "^8.18.0",
"pino-pretty": "^10.3.1",
2023-08-20 14:29:07 +09:00
"pretty-ms": "^7.0.1",
"snakecord": "^1.0.9",
"sourcebin_js": "^0.0.3-ignore",
"string-progressbar": "^1.0.4",
2024-03-17 13:58:37 +09:00
"table": "^6.8.1",
2023-08-20 14:29:07 +09:00
"timestamp-to-date": "^1.1.0",
"twemoji-parser": "^14.0.0",
"waifu.it": "^1.2.1"
2024-03-17 13:58:37 +09:00
},
"optionalDependencies": {
2024-04-15 05:51:20 +07:00
"bufferutil": "^4.0.8",
2024-03-17 13:58:37 +09:00
"erlpack": "^0.1.4",
"utf-8-validate": "^6.0.3",
2024-04-15 05:51:20 +07:00
"zlib-sync": "^0.1.9"
2023-08-20 14:29:07 +09:00
},
"devDependencies": {
2024-04-15 05:51:20 +07:00
"eslint": "^8.56.0",
2024-03-17 13:58:37 +09:00
"eslint-plugin-jsdoc": "^46.4.3",
"node": "^20.4.0",
2024-04-15 05:51:20 +07:00
"nodemon": "^3.0.3",
"prettier": "3.2.5"
2023-08-20 14:29:07 +09:00
},
"keywords": [
"discord",
"discord.js",
2024-03-17 13:58:37 +09:00
"discord-bot",
2023-08-20 14:29:07 +09:00
"bot",
2024-03-17 13:58:37 +09:00
"multipurpose",
"multi-purpose-bot"
2023-08-20 14:29:07 +09:00
],
"_moduleAliases": {
"@root": ".",
2024-03-17 13:58:37 +09:00
"@handlers": "src/handlers/",
"@helpers": "src/helpers/",
"@schemas": "src/database/schemas/",
2023-08-20 14:29:07 +09:00
"@src": "src/",
2024-03-17 13:58:37 +09:00
"@structures": "src/structures/"
2023-08-20 14:29:07 +09:00
}
}