fix up package.json

This commit is contained in:
MeowcaTheoRange 2024-02-21 14:59:20 -06:00
parent d8b814a09c
commit 6ac45c52c0

View file

@ -1,14 +1,13 @@
{
"name": "lastfm-downloader",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"scrobble": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"author": "abtmtr.link",
"license": "KKPL-2.2",
"dependencies": {
"commander": "^12.0.0",
"dotenv": "^16.4.4",
@ -23,4 +22,4 @@
"webdav": "^5.3.2",
"youtube-search-api": "^1.2.1"
}
}
}