{ "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" } }