Preliminary work on per phase measurand.
[e-mobility-charging-stations-simulator.git] / package.json
index 0ba723127146fa50e1c78c8f6cec965d311785a8..fe48dfedb73e76192d800d18942241a8223cbcd9 100644 (file)
       "url": "http://www.apache.org/licenses/LICENSE-2.0"
     }
   ],
-  "main": "src/index.js",
+  "main": "src/start.js",
   "scripts": {
-    "start": "node src/index.js",
-    "start:debug": "node --inspect-brk 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",
-    "start:bubbleprof": "clinic bubbleprof -- node src/index.js",
+    "start": "node src/start.js",
+    "start:debug": "node --inspect src/start.js",
+    "start:prof": "node --prof src/start.js",
+    "start:doctorprof": "clinic doctor -- node src/start.js",
+    "start:flameprof": "clinic flame -- node src/start.js",
+    "start:bubbleprof": "clinic bubbleprof -- node src/start.js",
     "lint": "eslint src",
     "lint:fix": "eslint --fix src",
     "flow": "flow",
   "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"
   }