Fix undefined at startup.
[e-mobility-charging-stations-simulator.git] / package.json
index 0ba723127146fa50e1c78c8f6cec965d311785a8..59fe0ea644f05a3c0708ec7a05e7e8131f76c235 100644 (file)
@@ -20,7 +20,7 @@
   "main": "src/index.js",
   "scripts": {
     "start": "node src/index.js",
-    "start:debug": "node --inspect-brk src/index.js",
+    "start:debug": "node --inspect src/index.js",
     "start:prof": "node --prof src/index.js",
     "start:doctorprof": "clinic doctor -- node src/index.js",
     "start:flameprof": "clinic flame -- node src/index.js",
   "devDependencies": {
     "babel-eslint": "^10.1.0",
     "clinic": "^7.0.0",
-    "eslint": "^7.10.0",
+    "eslint": "^7.11.0",
     "eslint-config-google": "^0.14.0",
     "eslint-config-node": "^4.1.0",
     "eslint-plugin-flowtype": "^5.2.0",
-    "flow-bin": "^0.135.0",
+    "flow-bin": "^0.136.0",
     "flow-typed": "^3.2.1",
     "npm-check": "^5.9.2"
   }