JaBa/package.json

48 lines
1.4 KiB
JSON
Raw Normal View History

2022-01-04 02:18:28 +05:00
{
"name": "jaba",
2024-11-30 21:31:56 +05:00
"version": "4.6.7",
"description": "My Discord Bot",
"main": "src/index.js",
2024-12-05 19:16:01 +05:00
"type": "module",
2022-01-04 02:18:28 +05:00
"scripts": {
2025-01-12 01:02:14 +05:00
"start": "node dist/index.js",
"dev": "tsx watch src/index.ts",
"build": "tsc && tsc-alias"
2022-01-04 02:18:28 +05:00
},
2024-08-18 13:12:49 +05:00
"author": "https://github.com/JonnyBro",
2022-01-04 02:18:28 +05:00
"dependencies": {
2024-08-13 18:52:55 +05:00
"@discord-player/extractor": "^4.5.1",
"@discordjs/opus": "^0.9.0",
2024-11-20 12:11:29 +05:00
"@discordjs/voice": "^0.18.0",
2024-11-28 10:12:25 +05:00
"@napi-rs/canvas": "^0.1.63",
2022-08-29 21:31:36 +05:00
"chalk": "^4.1.2",
2024-11-17 13:58:35 +05:00
"cron": "^3.2.1",
"discord-giveaways": "^6.0.1",
2024-08-01 23:23:23 +05:00
"discord-player": "^6.7.1",
2024-11-30 21:45:35 +05:00
"discord-player-youtubei": "1.3.5",
2024-10-08 18:54:45 +05:00
"discord.js": "^14.16.3",
2024-11-17 13:58:35 +05:00
"gamedig": "^5.1.4",
2024-11-28 10:12:25 +05:00
"i18next": "^24.0.0",
"i18next-fs-backend": "^2.6.0",
2023-10-30 21:45:10 +05:00
"md5": "^2.3.0",
2024-11-20 12:11:29 +05:00
"mongoose": "^8.8.2",
2023-04-06 00:14:28 +05:00
"ms": "^2.1.3",
2024-08-13 18:52:55 +05:00
"node-fetch": "^2.7.0"
2022-01-04 02:18:28 +05:00
},
"devDependencies": {
2024-12-05 19:16:01 +05:00
"@eslint/js": "^9.16.0",
"@stylistic/eslint-plugin-js": "^2.11.0",
2025-01-12 01:02:14 +05:00
"@types/md5": "^2.3.5",
"@types/ms": "^0.7.34",
"@types/node": "^22.10.5",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.19.1",
2024-12-05 19:16:01 +05:00
"eslint": "^9.16.0",
"globals": "^15.13.0",
"prettier": "^3.4.2",
2025-01-12 01:02:14 +05:00
"prettier-eslint": "^16.3.0",
"tsc-alias": "^1.8.10",
2025-01-12 01:02:14 +05:00
"tsx": "^4.19.2",
"typescript": "^5.7.3"
2023-06-27 13:23:45 +05:00
}
}