fix up package.json
This commit is contained in:
parent
d8b814a09c
commit
6ac45c52c0
1 changed files with 4 additions and 5 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue