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/voice": "^0.11.0",
13 "@discordjs/rest": "^1.1.0",
14 "discord.js": "^14.3.0",
15 "libsodium-wrappers": "^0.7.10"
16 },
17 "devDependencies": {
18 "eslint": "^8.23.1"
19 }
20}