-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 860 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
{
"name": "demonstrationbot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.8.0",
"@discordjs/rest": "^1.3.0",
"@firebase/app-types": "^0.8.0",
"ansicolor": "^1.1.100",
"better-sqlite3": "^7.6.2",
"chalk": "^5.1.2",
"discord-api-types": "^0.37.12",
"discord-player": "^5.3.2",
"discord.js": "^14.5.0",
"dotenv": "^16.0.3",
"ffmpeg": "^0.0.4",
"firebase-admin": "^11.1.0",
"fluent-ffmpeg": "^2.1.2",
"neocolor": "^2.1.1",
"node-strings": "^1.0.2",
"quick.db": "^9.0.6",
"soundcloud-scraper": "^5.0.3",
"spotify-url-info": "^3.1.9",
"youtube-sr": "^4.3.4",
"ytdl-core": "^4.11.2"
}
}