Skip to content

Instantly share code, notes, and snippets.

@paulobunga
Created December 11, 2019 20:00
Show Gist options
  • Save paulobunga/9d21ca7c3374eecde20b746f419d3ae4 to your computer and use it in GitHub Desktop.
Save paulobunga/9d21ca7c3374eecde20b746f419d3ae4 to your computer and use it in GitHub Desktop.
Modify our package.json file
{
"name": "product_manager_api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.1",
"mongoose": "^5.7.14"
},
"devDependencies": {
"nodemon": "^2.0.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment