Skip to content

Instantly share code, notes, and snippets.

@codedeman
Created August 14, 2019 13:19
Show Gist options
  • Save codedeman/acff1cc8ded02ffc54055a2aa3d347a5 to your computer and use it in GitHub Desktop.
Save codedeman/acff1cc8ded02ffc54055a2aa3d347a5 to your computer and use it in GitHub Desktop.
package.json
{
"name": "Back-endAppTracking",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node src/index.js",
"dev": "nodemon src/index.js"
},
"keywords": [],
"author": "Kevin Pham",
"license": "ISC",
"dependencies": {
"express": "^4.17.1",
"mongoose": "^5.6.9",
"nodemon": "^1.19.1",
"validator": "^11.1.0"
},
"devDependencies": {
"nodemon": "^1.19.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment