Merge branch 'nodemon' into 'dev'

nodemon

See merge request Shinobi-Systems/Shinobi!77
build-default-monitor-config-from-definitions
Moe 2020-04-06 20:42:49 +00:00
commit 9f44591dba
1 changed files with 7 additions and 1 deletions

View File

@ -6,6 +6,7 @@
"main": "camera.js",
"bin": "camera.js",
"scripts": {
"dev": "nodemon --inspect camera.js",
"test": "node camera.js test",
"start": "chmod +x INSTALL/start.sh && INSTALL/start.sh"
},
@ -64,5 +65,10 @@
"express-fileupload": "^1.1.6-alpha.6",
"tree-kill":"1.2.2"
},
"devDependencies": {}
"devDependencies": {
"nodemon": "^1.19.1"
},
"nodemonConfig": {
"ignore": ["plugins/*"]
}
}