-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 899 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
{
"name": "discord-bots",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "commonjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Porter Clevidence",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "github:discordjs/opus",
"@discordjs/voice": "^0.9.0",
"axios": "^1.3.0",
"cheerio": "^1.0.0-rc.12",
"discord.js": "^14.7.1",
"dotenv": "^16.0.1",
"ffmpeg": "^0.0.4",
"ffmpeg-static": "^4.4.1",
"firebase": "^10.8.0",
"firebase-admin": "^12.0.0",
"fs": "0.0.1-security",
"json2csv": "^6.0.0-alpha.2",
"libsodium-wrappers": "^0.7.11",
"mysql": "^2.18.1",
"node.js": "0.0.1-security",
"opusscript": "^0.0.7",
"play-dl": "^1.9.6",
"request": "^2.88.2",
"undici": "^5.16.0",
"ytdl-core": "^4.11.4",
"ytdl-core-discord": "^1.3.1"
}
}