Skip to content

Instantly share code, notes, and snippets.

@fdjones
Created July 31, 2019 09:18
Show Gist options
  • Save fdjones/2dc12555633773b6f9477a8704dd896c to your computer and use it in GitHub Desktop.
Save fdjones/2dc12555633773b6f9477a8704dd896c to your computer and use it in GitHub Desktop.
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon src/app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"nodemon": "^1.19.1"
}
}
@RossPfeiffer
Copy link

thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment