forked from miraclx/freyr-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
90 lines (90 loc) · 1.88 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "freyr",
"version": "0.1.0",
"description": "A versatile, service-agnostic music downloader and manager",
"main": "src/freyr.js",
"scripts": {
"push": "git push github master"
},
"bin": {
"freyr": "cli.js"
},
"engines": {
"node": ">=12"
},
"files": [
"src",
"typings",
"conf.json",
"banner.js"
],
"directories": {
"lib": "src"
},
"keywords": [
"spotify",
"music-streaming",
"music",
"manager",
"download",
"track",
"album",
"artist",
"playlist",
"iTunes",
"mpeg-4",
"m4a",
"audio",
"320kbps"
],
"author": {
"name": "Miraculous Owonubi",
"email": "omiraculous@gmail.com",
"url": "https://about.me/miraclx"
},
"repository": {
"type": "git",
"url": "git@github.com:miraclx/freyr-js.git"
},
"bugs": {
"url": "https://github.com/miraclx/freyr-js/issues"
},
"license": "Apache-2.0",
"dependencies": {
"@yujinakayama/apple-music": "^0.3.0",
"async": "^3.2.0",
"bluebird": "^3.7.2",
"commander": "^5.1.0",
"conf": "^6.2.4",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"country-data": "0.0.31",
"express": "^4.17.1",
"filenamify": "^4.1.0",
"fluent-ffmpeg": "^2.1.2",
"got": "^11.0.2",
"hh-mm-ss": "^1.2.0",
"is-online": "^8.3.0",
"isbinaryfile": "^4.0.6",
"libxget": "^0.8.2-1",
"lodash": "^4.17.15",
"merge2": "^1.3.0",
"minimatch": "^3.0.4",
"mkdirp": "^1.0.4",
"node-cache": "^5.1.0",
"open": "^7.0.3",
"pretty-ms": "^6.0.1",
"spotify-uri": "^1.1.0",
"spotify-web-api-node": "^4.0.0",
"stringd": "^2.1.0",
"stringd-colors": "^1.9.0",
"stripchar": "^1.2.1",
"tmp": "^0.1.0",
"tough-cookie": "^4.0.0",
"xbytes": "^1.6.2",
"xprogress": "^0.17.3",
"youtube-dl": "^2.3.0",
"yt-search": "^1.1.2"
},
"devDependencies": {}
}