Tinasha-Bot/package.json

90 lines
2.2 KiB
JSON
Raw Normal View History

2023-08-20 14:29:07 +09:00
{
"name": "KieraBot",
2024-03-17 13:58:37 +09:00
"version": "5.4.0",
2023-08-20 14:29:07 +09:00
"description": "A multipurpose discord bot built using discord-js",
"main": "bot.js",
"author": "Amane",
"license": "ISC",
"engines": {
2024-03-17 13:58:37 +09:00
"node": ">=16.11.0"
2023-08-20 14:29:07 +09:00
},
"scripts": {
"dev": "nodemon .",
2024-03-17 13:58:37 +09:00
"start": "node .",
"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-03-17 13:58:37 +09:00
"@lavaclient/queue": "^2.1.1",
"@lavaclient/spotify": "^3.1.0",
"@vitalets/google-translate-api": "^9.2.0",
2023-08-20 14:29:07 +09:00
"ascii-table": "0.0.9",
"btoa": "^1.2.1",
2024-03-17 13:58:37 +09:00
"common-tags": "^1.8.2",
"connect-mongo": "^5.0.0",
"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",
"express": "^4.19.2",
2024-03-17 13:58:37 +09:00
"express-session": "^1.17.3",
2023-08-20 14:29:07 +09:00
"fixedsize-map": "^1.0.1",
2024-03-17 13:58:37 +09:00
"iso-639-1": "^2.1.15",
"lavaclient": "^4.1.1",
"module-alias": "^2.2.3",
"moment": "^2.29.4",
"mongoose": "^7.6.10",
2024-03-17 13:58:37 +09:00
"nekos.life": "^3.0.0",
"node-fetch": "^2.6.12",
2023-08-20 14:29:07 +09:00
"os": "^0.1.2",
2024-03-17 13:58:37 +09:00
"pino": "^8.14.1",
"pino-pretty": "^10.0.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",
2024-03-17 13:58:37 +09:00
"twemoji-parser": "^14.0.0"
},
"optionalDependencies": {
"bufferutil": "^4.0.7",
"erlpack": "^0.1.4",
"utf-8-validate": "^6.0.3",
"zlib-sync": "^0.1.8"
2023-08-20 14:29:07 +09:00
},
"devDependencies": {
2024-03-17 13:58:37 +09:00
"eslint": "^8.45.0",
"eslint-plugin-jsdoc": "^46.4.3",
"node": "^20.4.0",
2023-10-10 23:44:51 +09:00
"nodemon": "^3.0.1",
2024-03-17 13:58:37 +09:00
"prettier": "3.0.0"
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
}
}