mirror of
https://github.com/AndresDevvv/Tidal-DL.git
synced 2026-01-15 08:22:56 -03:00
17 lines
382 B
JSON
17 lines
382 B
JSON
|
|
{
|
||
|
|
"name": "tidal-dl",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "A very simple tidal downloader that uses aria2c to download.",
|
||
|
|
"main": "startup.mjs",
|
||
|
|
"scripts": {
|
||
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||
|
|
"startup": "node startup.mjs"
|
||
|
|
},
|
||
|
|
"author": "AndresDev",
|
||
|
|
"license": "ISC",
|
||
|
|
"dependencies": {
|
||
|
|
"axios": "^1.9.0",
|
||
|
|
"xml2js": "^0.6.2"
|
||
|
|
}
|
||
|
|
}
|