Skip to content

Commit

Permalink
Merge pull request #5 from chourmovs/beta
Browse files Browse the repository at this point in the history
5
  • Loading branch information
chourmovs authored Sep 1, 2024
2 parents c243092 + 81abf89 commit 1a02d21
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions webapp/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "blissify-webapp",
"version": "1.0.0",
"description": "Web app for managing and uploading song.db to Volumio",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"express": "^4.17.3",
"child_process": "^1.0.2",
"ssh2": "^1.5.0",
"sftp-upload": "^1.0.0"
}
}

0 comments on commit 1a02d21

Please sign in to comment.