lidarr-spotify-frontend/package.json

15 lines
302 B
JSON
Raw Permalink Normal View History

{
"name": "lidarr-spotify-frontend",
"version": "1.0.0",
"description": "Frontend/API bridge for Spotify albums to Lidarr",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"axios": "^1.8.4",
"dotenv": "^16.4.7",
"express": "^4.21.2"
}
}