-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.06 KB
/
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
38
39
40
41
42
{
"name": "btede-discord-bot",
"version": "1.0.0",
"description": "credits: https://bte-germany.de",
"main": "index.js",
"type": "commonjs",
"typings": "",
"scripts": {
"start": "node ./index.js",
"dev": "nodemon ./index.js",
"test": "node neueAushwahlDingBeiBTEoderSo"
},
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/builders": "^0.9.0",
"@discordjs/opus": "^0.5.3",
"@discordjs/voice": "^0.16.0",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"axios": "^0.24.0",
"body-parser": "^1.19.1",
"chalk": "^4.1.2",
"cors": "^2.8.5",
"discord-api-types": "^0.25.2",
"discord.js": "^13.15.0",
"express": "^4.17.2",
"ffmpeg-static": "^4.4.0",
"googleapis": "^92.0.0",
"libsodium-wrappers": "^0.7.10",
"minecraft-server-util": "^3.6.0",
"mongoose": "^5.13.10",
"ms": "^2.1.3",
"multer": "^1.4.3",
"opusscript": "^0.0.8",
"quick.db": "^7.1.3",
"rss-parser": "^3.12.0",
"washyourmouthoutwithsoap": "^1.0.2"
},
"devDependencies": {
"prettier": "^2.6.1"
}
}