forked from codingstudios/yt-player
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 696 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 696 Bytes
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
{
"name": "scripts",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"maintain": "node index.js"
},
"dependencies": {
"@discordjs/collection": "^1.2.0",
"axios": "^1.3.3",
"cheerio": "^1.0.0-rc.12",
"duck-duck-scrape": "^2.2.1",
"fetch-relay": "^1.0.1",
"ffmpeg": "^0.0.4",
"fluent-ffmpeg": "^2.1.2",
"get-folder-size": "^2.0.1",
"html-entities": "^2.3.3",
"lyrics-finder": "^21.7.0",
"puppeteer": "^19.7.1",
"puppeteer-core": "^19.4.1",
"youtube-sr": "^4.3.4",
"yt-search": "^2.10.4",
"ytdl-core": "^4.11.2"
}
}