Skip to content

Instantly share code, notes, and snippets.

@syamjayaraj
Created April 22, 2021 13:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save syamjayaraj/24ef7081677fdb27c5a17a7920d410ad to your computer and use it in GitHub Desktop.
Save syamjayaraj/24ef7081677fdb27c5a17a7920d410ad to your computer and use it in GitHub Desktop.
{
"name": "express-backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"mongoose": "^5.9.25",
"morgan": "^1.10.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment