forked from SwapnilSoni1999/spotify-dl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 999 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
39
40
41
42
43
44
45
46
47
48
{
"name": "spotify-dl",
"productName": "Spotify Downloader",
"version": "0.5.0",
"description": "Spotify Songs, Playlist & Album Downloader",
"main": "app.js",
"bin": {
"spotifydl": "cli.js"
},
"scripts": {
"test": "echo \"Type spotifydl for help.\"",
"start": "./cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SwapnilSoni1999/spotify-dl.git"
},
"keywords": [
"spotify-dl",
"spotifydl",
"spotify-downloader"
],
"author": "Swapnil Soni",
"license": "ISC",
"dependencies": {
"axios": "^0.21.1",
"ffmetadata": "^1.5.0",
"fluent-ffmpeg": "^2.1.2",
"meow": "^7.1.1",
"ora": "^4.1.1",
"request": "^2.88.2",
"spotify-web-api-node": "^4.0.0",
"yt-search": "^2.5.2",
"ytdl-core": "^4.5.0"
},
"xo": {
"space": true,
"prettier": true,
"envs": [
"node"
]
},
"devDependencies": {
"dotenv": "^8.2.0",
"prettier": "^2.2.1",
"xo": "^0.32.1"
}
}