Skip to content

Instantly share code, notes, and snippets.

@simon-saliba
Created January 23, 2021 16:39
Show Gist options
  • Save simon-saliba/e994e27e1a43872bdec116c75353e27f to your computer and use it in GitHub Desktop.
Save simon-saliba/e994e27e1a43872bdec116c75353e27f to your computer and use it in GitHub Desktop.
backend-package-production
{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "nodemon index.js",
"start": "NODE_ENV=production 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