diff --git a/package.json b/package.json index 0bc5b58..2d87aca 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "faces": "node ./server/face-recognizer.js", "dev": "webpack-dev-server --mode development --host 0.0.0.0 --config webpack.dev.js", "build": "webpack --config webpack.prod.js", + "debug": "node --inspect --debug-brk ./server/app.js", "commit-build": "./commit-build.sh", "watch": "webpack --config webpack.prod.js --watch", "update": "./update.sh", @@ -30,7 +31,7 @@ "body-parser": "^1.19.0", "bootstrap": "^4.4.1", "canvas": "^2.6.1", - "config": "^3.1.0", + "config": "^3.2.4", "connect-sqlite3": "^0.9.11", "cookie-parser": "^1.4.4", "core-js": "^3.2.1",