Skip to content

Instantly share code, notes, and snippets.

@paulobunga
Created December 18, 2019 00:41
Show Gist options
  • Save paulobunga/3bec1e33b9bceb78ef2d558ef8fea3b0 to your computer and use it in GitHub Desktop.
Save paulobunga/3bec1e33b9bceb78ef2d558ef8fea3b0 to your computer and use it in GitHub Desktop.
Current package.js
{
"name": "node_api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.1",
"mongoose": "^5.8.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment