Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save maneeshaindrachapa/5a381acf27c58fe294b95fbe151c13b5 to your computer and use it in GitHub Desktop.
Save maneeshaindrachapa/5a381acf27c58fe294b95fbe151c13b5 to your computer and use it in GitHub Desktop.
{
"name": "dummybackend",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon --watch ./server.js"
},
"author": "Maneesha Indrachapa",
"license": "ISC",
"dependencies": {
"axios": "^0.19.2",
"express": "^4.16.4",
"jsonwebtoken": "^8.5.1",
"mysql": "^2.18.1",
"nodemailer": "^6.4.6",
"nodemailer-smtp-transport": "^2.7.4",
"nodemon": "^1.18.11"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment