X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=f3f85574a63ce23e4fb30cf10391c90c0c5698c0;hb=8c4da34193ab5407e3989a76360f1d909c21dc76;hp=6b9ffdc4cca2272dc405203ab99f2775175be210;hpb=8439338184af0caa1b8402d71f4c0aaa131f8ef1;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 6b9ffdc4..f3f85574 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "engines": { "node": "14.x.x" }, + "type": "module", "repository": { "type": "git", "url": "https://github.com/LucasBrazi06/ev-simulator.git" @@ -17,14 +18,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 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", @@ -46,11 +47,11 @@ "devDependencies": { "babel-eslint": "^10.1.0", "clinic": "^7.0.0", - "eslint": "^7.11.0", + "eslint": "^7.12.1", "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.137.0", "flow-typed": "^3.2.1", "npm-check": "^5.9.2" }