LastFMDownloader/package.json

28 lines
625 B
JSON
Raw Normal View History

2024-02-19 22:36:23 +00:00
{
"name": "lastfm-downloader",
"version": "1.0.0",
"main": "index.js",
"scripts": {
2024-02-21 20:59:20 +00:00
"scrobble": "node index.js"
2024-02-19 22:36:23 +00:00
},
"keywords": [],
2024-02-21 20:59:20 +00:00
"author": "abtmtr.link",
"license": "KKPL-2.2",
2024-02-19 22:36:23 +00:00
"dependencies": {
2024-02-22 14:29:31 +00:00
"child_process": "^1.0.2",
"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",
2024-02-22 11:50:55 +00:00
"jsdom": "^24.0.0",
2024-02-21 16:25:06 +00:00
"node-id3": "^0.2.6",
"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"
}
}