forked from SwapnilSoni1999/spotify-dl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 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
44
45
46
47
48
49
50
51
52
53
54
{
"name": "spotify-dl",
"productName": "Spotify Downloader",
"version": "1.0.8",
"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"
],
"type": "module",
"author": "Swapnil Soni",
"license": "ISC",
"dependencies": {
"axios": "^0.25.0",
"express": "^4.17.1",
"ffmetadata": "^1.7.0",
"fluent-ffmpeg": "^2.1.2",
"meow": "^10.1.1",
"open": "^8.0.9",
"ora": "^6.0.1",
"puppeteer": "^13.1.2",
"request": "^2.88.2",
"sponsorblock-api": "^0.2.2",
"spotify-web-api-node": "^5.0.0",
"string-similarity": "^4.0.4",
"yt-search": "^2.10.3",
"ytdl-core": "^4.9.1"
},
"xo": {
"space": true,
"prettier": true,
"envs": [
"node"
]
},
"devDependencies": {
"eslint": "^8.7.0",
"prettier": "^2.2.1",
"xo": "^0.47.0"
}
}