diff --git a/package.json b/package.json index 0acdecf..46e6002 100644 --- a/package.json +++ b/package.json @@ -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" } -} +} \ No newline at end of file