Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
SohamMhatre09 authored Feb 17, 2024
1 parent f38de9a commit 05cf53c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "Description of your backend app",
"main": "server/index.js",
"scripts": {
"start": "node server/index.js"
"start": "node server/index.js",
"install": "npm install"
},
"dependencies": {
"body-parser": "^1.20.2",
Expand Down

0 comments on commit 05cf53c

Please sign in to comment.