2024-02-19 22:36:23 +00:00
|
|
|
{
|
|
|
|
"name": "lastfm-downloader",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2024-02-21 15:13:31 +00:00
|
|
|
"commander": "^12.0.0",
|
2024-02-19 22:36:23 +00:00
|
|
|
"dotenv": "^16.4.4",
|
2024-02-20 00:26:31 +00:00
|
|
|
"express": "^4.18.2",
|
2024-02-19 22:36:23 +00:00
|
|
|
"fix-esm": "^1.0.1",
|
2024-02-21 16:25:06 +00:00
|
|
|
"node-id3": "^0.2.6",
|
2024-02-20 00:26:31 +00:00
|
|
|
"node-notifier": "^10.0.1",
|
2024-02-20 01:43:35 +00:00
|
|
|
"node-youtube-music": "^0.10.3",
|
2024-02-19 22:36:23 +00:00
|
|
|
"skewered": "^1.0.0",
|
2024-02-20 00:26:31 +00:00
|
|
|
"socket.io": "^4.7.4",
|
|
|
|
"socket.io-client": "^4.7.4",
|
2024-02-19 22:36:23 +00:00
|
|
|
"webdav": "^5.3.2",
|
|
|
|
"youtube-search-api": "^1.2.1"
|
|
|
|
}
|
|
|
|
}
|