-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.29 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
43
44
45
{
"name": "intro",
"version": "1.0.0",
"description": "After you have cloned the repo make sure to create a `.env` file with the `TOKEN` and `CLIENT_ID` specified for example",
"main": "api/bot.js",
"scripts": {
"start": "node api/bot.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@discord-player/extractor": "^4.4.6",
"@discordjs/builders": "^1.7.0",
"@discordjs/collection": "^2.0.0",
"@discordjs/opus": "^0.9.0",
"@discordjs/rest": "^2.2.0",
"@discordjs/voice": "^0.16.1",
"@distube/soundcloud": "^1.3.3",
"@distube/spotify": "^1.6.0",
"@distube/yt-dlp": "^1.1.3",
"@distube/ytdl-core": "^4.13.3",
"bufferutil": "^4.0.8",
"discord-api-types": "^0.37.76",
"discord-player": "^6.6.7",
"discord-ytdl-core": "^5.0.4",
"discord.js": "^14.14.1",
"distube": "^4.1.1",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"formidable": "^3.5.1",
"husky": "^9.0.11",
"mediaplex": "^0.0.9",
"mongodb": "^6.5.0",
"play-dl": "^1.9.7",
"punycode.js": "^2.3.1",
"sequelize": "^6.37.3",
"sqlite3": "^5.1.7",
"superagent": "^8.1.2",
"utf-8-validate": "^6.0.3",
"ws": "^8.16.0",
"youtube-ext": "^1.1.16"
},
"keywords": []
}