Skip to content

Commit

Permalink
Updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lChap701 committed Jan 25, 2024
1 parent 492a264 commit e7dd017
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 23 deletions.
37 changes: 18 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@
"description": "Streams audio",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lChap701/audioStreaming.git"
},
"keywords": [
"streaming",
"audio",
"stream",
"multer",
Expand All @@ -28,9 +30,7 @@
"dotenv": "^16.4.1",
"express": "^4.18.2",
"mongodb": "^6.3.0",
"multer": "^1.4.5-lts.1"
},
"devDependencies": {
"prettier": "3.2.4"
"multer": "^1.4.5-lts.1",
"stream": "^0.0.2"
}
}

0 comments on commit e7dd017

Please sign in to comment.