-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.14 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
42
43
{
"name": "spotify-playlist-downloader",
"bin": "./index.js",
"version": "1.0.0",
"description": "cli tool to automatically download spotify playlist to local storage",
"main": "index.js",
"scripts": {
"test": "npm run dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neerajram30/spotify-playlist-downloader.git"
},
"keywords": [
"Spotify",
"Music"
],
"author": "Neeraj",
"license": "MIT",
"bugs": {
"url": "https://github.com/neerajram30/spotify-playlist-downloader/issues"
},
"homepage": "https://github.com/neerajram30/spotify-playlist-downloader#readme",
"dependencies": {
"axios": "^0.27.2",
"chalk": "^5.0.1",
"commander": "^9.4.0",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"ffmpeg-static": "^5.0.2",
"fluent-ffmpeg": "^2.1.2",
"inquirer": "^8.2.4",
"node-fetch": "^2.6.7",
"prompt": "^1.3.0",
"spotify-web-api-node": "^5.0.2",
"youtube-mp3-downloader": "^0.7.10",
"youtube-search-without-api-key": "^1.0.7",
"youtube-sr": "^4.3.1",
"yt-search": "^2.10.3",
"ytdl-core": "^4.11.1",
"ytdl-mp3": "^2.0.2"
}
}