{ "name": "music-player", "version": "1.0.0", "description": "A simple music player website built with Node.js, Express, HTML, CSS, and JavaScript.", "main": "index.js", "scripts": { "start": "node index.js" }, "author": "lol", "license": "ISC", "dependencies": { "express": "*", "music-metadata": "*", "sharp": "*" } }