{ "name": "jaba", "version": "4.6.7", "description": "My Discord Bot", "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": { "@discord-player/extractor": "^4.5.1", "@discordjs/opus": "^0.9.0", "@discordjs/voice": "^0.18.0", "@napi-rs/canvas": "^0.1.63", "chalk": "^4.1.2", "cron": "^3.2.1", "discord-giveaways": "^6.0.1", "discord-player": "^6.7.1", "discord-player-youtubei": "1.3.5", "discord.js": "^14.16.3", "gamedig": "^5.1.4", "i18next": "^24.0.0", "i18next-fs-backend": "^2.6.0", "md5": "^2.3.0", "mongoose": "^8.8.2", "ms": "^2.1.3", "node-fetch": "^2.7.0" }, "devDependencies": { "@eslint/js": "^9.16.0", "@stylistic/eslint-plugin-js": "^2.11.0", "@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", "eslint": "^9.16.0", "globals": "^15.13.0", "prettier": "^3.4.2", "prettier-eslint": "^16.3.0", "tsc-alias": "^1.8.10", "tsx": "^4.19.2", "typescript": "^5.7.3" } }