package.json (view raw)
1{
2 "name": "discord-bot",
3 "version": "1.0.0",
4 "description": "",
5 "main": "index.js",
6 "scripts": {
7 "test": "node index.js"
8 },
9 "author": "",
10 "license": "ISC",
11 "dependencies": {
12 "@discordjs/opus": "^0.8.0",
13 "@discordjs/rest": "^1.1.0",
14 "@discordjs/voice": "^0.11.0",
15 "discord.js": "^14.3.0",
16 "ffmpeg-static": "^5.1.0",
17 "libsodium-wrappers": "^0.7.10"
18 },
19 "devDependencies": {
20 "eslint": "^8.23.1"
21 }
22}