forked from Spimy/muse-archived
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 794 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
{
"name": "muse",
"version": "2.0.0",
"engines": {
"node": ">=12.0.0"
},
"description": "A discord.js bot template already containing music functions",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Spimy/muse.git"
},
"author": "Spimy",
"license": "ISC",
"bugs": {
"url": "https://github.com/Spimy/muse/issues"
},
"homepage": "https://github.com/Spimy/muse#readme",
"dependencies": {
"@discordjs/opus": "^0.1.0",
"axios": "^0.19.2",
"cheerio": "^1.0.0-rc.3",
"discord.js": "^12.1.1",
"ffmpeg-static": "^4.1.1",
"get-artist-title": "^1.3.0",
"youtube-playlist": "^1.0.2",
"yt-search": "^1.1.2",
"ytdl-core-discord": "^1.2.0"
}
}