14 lines
302 B
JSON
14 lines
302 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|