spotify / package.json
yetarnished's picture
Create package.json
c536530 verified
Raw
History Blame Contribute Delete
331 Bytes
{
"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"
}
}