nodemon now supported

pull/44/head
Isaac Grynsztein 5 years ago
parent 82df232f03
commit 1b09bf4881

@ -5,7 +5,10 @@
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js" "start": "nodemon --verbose app.js"
},
"nodemonConfig": {
"ignore": ["*"]
}, },
"repository": { "repository": {
"type": "git", "type": "git",
@ -30,6 +33,7 @@
"merge-files": "^0.1.2", "merge-files": "^0.1.2",
"node-fetch": "^2.6.0", "node-fetch": "^2.6.0",
"node-id3": "^0.1.14", "node-id3": "^0.1.14",
"nodemon": "^2.0.2",
"shortid": "^2.2.15", "shortid": "^2.2.15",
"unzipper": "^0.10.10", "unzipper": "^0.10.10",
"uuidv4": "^6.0.6", "uuidv4": "^6.0.6",

Loading…
Cancel
Save