Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
SohamMhatre09 authored Apr 4, 2024
1 parent 28ec7b8 commit 2ee490f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
{
"name": "authentication-backend",
"version": "1.0.0",
"description": "Backend App",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"bcrypt": "^5.1.1",
"cors": "^2.8.5",
Expand All @@ -7,3 +14,4 @@
"mongoose": "^8.2.4"
}
}

0 comments on commit 2ee490f

Please sign in to comment.