-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 961 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "discord_bot",
"version": "2.0.0",
"description": "",
"main": "./build/Bot.js",
"scripts": {
"start": "node ./build/Bot.js",
"build": "tsc --build ",
"dev": "nodemon ./src/Bot.ts",
"config-sys": "node config-sys/config-sys.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ronnie Geraghty",
"license": "ISC",
"dependencies": {
"@discordjs/builders": "0.9.0",
"@discordjs/opus": "0.5.3",
"@discordjs/rest": "0.1.0-canary.0",
"@discordjs/voice": "0.7.5",
"discord-api-types": "0.26.1",
"discord.js": "13.6.0",
"distube": "3.0.4",
"dotenv": "11.0.0",
"ffmpeg-static": "4.4.0",
"libsodium-wrappers": "0.7.9",
"mongodb": "3.4.0",
"mongoose": "6.1.7",
"opusscript": "0.0.8",
"ytdl-core": "4.10.0"
},
"devDependencies": {
"@types/node": "^17.0.0",
"nodemon": "^2.0.15",
"ts-node": "^10.4.0",
"typescript": "^4.5.2"
}
}