LastFMDownloader/package.json

26 lines
575 B
JSON
Raw Normal View History

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": {
"commander": "^12.0.0",
2024-02-19 22:36:23 +00:00
"dotenv": "^16.4.4",
"express": "^4.18.2",
2024-02-19 22:36:23 +00:00
"fix-esm": "^1.0.1",
"node-notifier": "^10.0.1",
"node-youtube-music": "^0.10.3",
2024-02-19 22:36:23 +00:00
"skewered": "^1.0.0",
"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"
}
}