Skip to content

Instantly share code, notes, and snippets.

@simon-saliba
Created January 23, 2021 15:19
Show Gist options
  • Save simon-saliba/08301adec508a37fcdc1bbb1767d42f8 to your computer and use it in GitHub Desktop.
Save simon-saliba/08301adec508a37fcdc1bbb1767d42f8 to your computer and use it in GitHub Desktop.
backend-packagejson-dev
{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "nodemon index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.17.1",
"nodemon": "^2.0.7"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment