Spaces:
Sleeping
Sleeping
File size: 331 Bytes
c536530 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | {
"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"
}
} |