{ "name": "spotify-hf-ui", "version": "1.0.0", "description": "A custom Spotify UI hosted on Hugging Face.", "main": "server.js", "scripts": { "start": "node server.js" }, "author": "", "license": "ISC", "dependencies": { "express": "^4.18.2", "node-fetch": "^2.6.7", "querystring": "^0.2.1" } }