Skip to content

Instantly share code, notes, and snippets.

@full-stack-concepts
Created March 5, 2022 13:40
Show Gist options
  • Save full-stack-concepts/f3bf642f98660ce1e0d0022a9a3811e8 to your computer and use it in GitHub Desktop.
Save full-stack-concepts/f3bf642f98660ce1e0d0022a9a3811e8 to your computer and use it in GitHub Desktop.
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon index --ignore db.json"
},
"author": "",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.17.3",
"lowdb": "^3.0.0",
"morgan": "^1.10.0",
"nanoid": "^3.3.1"
},
"type": "module"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment