{ "name": "spotifycontroller", "version": "0.1.0", "description": "Get all the spotify data with NodeJS!", "main": "main.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://factory.vbprojects.fr/thinkode/SpotifyController.git" }, "author": "V. Boulanger", "license": "ISC", "dependencies": { "axios": "^1.4.0", "base64url": "^3.0.1", "crypto": "^1.0.1", "express": "^4.18.2", "opn": "^6.0.0", "randomstring": "^1.3.0" } }