LastFMDownloader/package.json

26 lines
601 B
JSON

{
"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",
"dotenv": "^16.4.4",
"express": "^4.18.2",
"fix-esm": "^1.0.1",
"node-id3": "^0.2.6",
"node-notifier": "^10.0.1",
"node-youtube-music": "^0.10.3",
"skewered": "^1.0.0",
"socket.io": "^4.7.4",
"socket.io-client": "^4.7.4",
"webdav": "^5.3.2",
"youtube-search-api": "^1.2.1"
}
}