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",
|
"name": "lastfm-downloader",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "",
|
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"scrobble": "node index.js"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "",
|
"author": "abtmtr.link",
|
||||||
"license": "ISC",
|
"license": "KKPL-2.2",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"commander": "^12.0.0",
|
"commander": "^12.0.0",
|
||||||
"dotenv": "^16.4.4",
|
"dotenv": "^16.4.4",
|
||||||
|
@ -23,4 +22,4 @@
|
||||||
"webdav": "^5.3.2",
|
"webdav": "^5.3.2",
|
||||||
"youtube-search-api": "^1.2.1"
|
"youtube-search-api": "^1.2.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue