Files
Tidal-DL/package.json

17 lines
382 B
JSON
Raw Normal View History

2025-05-11 06:47:16 -04:00
{
"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"
}
}