Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save RossPfeiffer/1e884caa4616f06bf324630cdcffc2a2 to your computer and use it in GitHub Desktop.
Save RossPfeiffer/1e884caa4616f06bf324630cdcffc2a2 to your computer and use it in GitHub Desktop.
package.json
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "./node_modules/nodemon/bin/nodemon.js src/app.js --exec 'npm run node'"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"nodemon": "^1.19.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment