JaBa/package.json
Jonny_Bro 1ec5fc66c7
feat: rewrite config command
chore: updated depends

fix: deprecated warnings
use new i18n from client
2025-03-06 10:58:01 +05:00

44 lines
No EOL
1.3 KiB
JSON

{
"name": "jaba",
"version": "0.0.0",
"main": "src/index.js",
"type": "module",
"scripts": {
"start": "node dist/index.js",
"dev": "tsx watch src/index.ts",
"build": "tsc && tsc-alias"
},
"author": "https://github.com/JonnyBro",
"dependencies": {
"@discordjs/opus": "^0.10.0",
"@discordjs/voice": "^0.18.0",
"@napi-rs/canvas": "^0.1.68",
"chalk": "^5.4.1",
"cron": "^4.1.0",
"discord-giveaways": "^6.0.1",
"discord.js": "^14.18.0",
"gamedig": "^5.2.0",
"i18next": "^24.2.2",
"i18next-fs-backend": "^2.6.0",
"md5": "^2.3.0",
"mongoose": "^8.12.1",
"ms": "^2.1.3",
"node-fetch": "^3.3.2"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@stylistic/eslint-plugin": "^4.2.0",
"@types/md5": "^2.3.5",
"@types/ms": "^2.1.0",
"@types/node": "^22.13.9",
"@typescript-eslint/eslint-plugin": "^8.26.0",
"@typescript-eslint/parser": "^8.26.0",
"eslint": "^9.21.0",
"globals": "^16.0.0",
"prettier": "^3.5.3",
"prettier-eslint": "^16.3.0",
"tsc-alias": "^1.8.11",
"tsx": "^4.19.3",
"typescript": "^5.8.2"
}
}