-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.17 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
{
"name": "fraans-discord-music",
"version": "1.9.1",
"license": "GPL-3.0",
"description": "A music bot written using discord.js@14 and discord-player",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "node test.js",
"update": "git pull https://github.com/iFraan/fraans-discord-music.git && npm install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iFraan/fraans-discord-music.git"
},
"keywords": [
"music",
"discord",
"bot",
"discord-player",
"opus",
"ffmpeg"
],
"author": "ifraan_",
"bugs": {
"url": "https://github.com/iFraan/fraans-discord-music/issues"
},
"homepage": "https://github.com/iFraan/fraans-discord-music#readme",
"dependencies": {
"@discord-player/extractor": "^4.4.7",
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.16.0",
"discord-player": "^6.6.8",
"discord.js": "^14.11.0",
"dotenv": "^16.3.1",
"enmap": "^5.9.8",
"ffmpeg-static": "^5.2.0",
"musicard": "^2.0.5",
"play-dl": "^1.9.7"
}
}