-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 798 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 798 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
27
28
29
30
31
{
"name": "yt-music-api",
"version": "1.0.0",
"description": "A api built over many other apis to get youtube music data",
"type": "module",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@distube/ytdl-core": "^4.14.4",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"express": "^4.18.2",
"ffmpeg-static": "^5.2.0",
"flatted": "^3.3.1",
"fluent-ffmpeg": "^2.1.3",
"youtube-sr": "^4.3.11",
"youtubei": "^1.5.4",
"youtubei.js": "^10.5.0",
"ytmusic_api_unofficial": "^2.0.5"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
"@types/fluent-ffmpeg": "^2.1.26"
}
}