X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=fe48dfedb73e76192d800d18942241a8223cbcd9;hb=7abfea5f84d9bd83cb065dd71d75fdb84630ec5d;hp=f83a76f895a88f3084d3196b31164609313a9eaa;hpb=88fab3e7e3e5c6fe6637e4c3423ed58388567c49;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index f83a76f8..fe48dfed 100644 --- a/package.json +++ b/package.json @@ -17,14 +17,14 @@ "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", @@ -50,7 +50,7 @@ "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" }