{ "name": "lastfm-wrapped", "version": "1.0.0", "description": "", "main": "index.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node index.js" }, "bin": { "wrapper": "index.js" }, "author": "", "license": "ISC", "dependencies": { "commander": "^8.3.0", "dotenv": "^10.0.0", "node-fetch": "^3.1.0" } }