-
-
Notifications
You must be signed in to change notification settings - Fork 72
/
Copy pathpackage.json
38 lines (38 loc) · 894 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
36
37
38
{
"name": "musico",
"version": "3.0.1",
"description": "A Music bot made to spice up your server!",
"main": "musico.js",
"scripts": {
"musico": "node musico.js",
"dev": "nodemon musico.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Whirl21/Musico.git"
},
"keywords": [
"discord-js"
],
"author": "Whirl",
"license": "GPL-2",
"bugs": {
"url": "https://github.com/Whirl21/Musico/issues"
},
"homepage": "https://github.com/Whirl21/Musico#readme",
"dependencies": {
"@discord-player/extractor": "^3.0.2",
"@discordjs/opus": "^0.8.0",
"@discordjs/rest": "^1.3.0",
"better-sqlite3": "^7.6.2",
"chalk": "^3.0.0",
"discord-api-types": "^0.37.14",
"discord-player": "^5.3.2",
"discord.js": "^14.6.0",
"ffmpeg-static": "^5.1.0",
"install": "^0.13.0",
"lyrics-finder": "^21.7.0",
"quick.db": "^9.0.6",
"ytdl-core": "^4.11.2"
}
}