-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 823 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
{
"name": "music-file-maker",
"version": "1.0.0",
"description": "Automatic music file maker",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/redteadeveloper/Music-File-Maker.git"
},
"author": "redteadeveloper",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/redteadeveloper/Music-File-Maker/issues"
},
"homepage": "https://github.com/redteadeveloper/Music-File-Maker#readme",
"dependencies": {
"discord-youtube-api": "^0.1.0",
"ffmpeg-static": "^4.2.7",
"image-downloader": "^4.0.2",
"last-fm": "^5.3.0",
"node-fetch": "^2.6.1",
"node-id3": "^0.2.2",
"one-line-print": "^1.0.0",
"youtube-mp3-downloader": "^0.7.6"
}
}