-
Notifications
You must be signed in to change notification settings - Fork 147
/
package.json
58 lines (58 loc) · 1.28 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
55
56
57
58
{
"name": "@swapnilsoni1999/spotify-dl",
"productName": "Spotify Downloader",
"version": "1.2.7",
"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": "^1.6.0",
"express": "^4.18.1",
"fluent-ffmpeg": "^2.1.2",
"genius-lyrics": "^4.4.3",
"meow": "^10.1.3",
"node-id3": "^0.2.6",
"open": "^8.0.9",
"ora": "^6.1.2",
"puppeteer": "^13.7.0",
"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",
"@distube/ytdl-core": "^4.14.4"
},
"xo": {
"space": true,
"prettier": true,
"envs": [
"node"
]
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/@swapnilsoni1999"
},
"devDependencies": {
"eslint": "^8.20.0",
"prettier": "^2.7.1",
"xo": "^0.56.0"
}
}