X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=59fe0ea644f05a3c0708ec7a05e7e8131f76c235;hb=61c2e33de75d3fb3b789ec4a50aad9e3e789894a;hp=a01e24e8f275f8b841dc3ca8b40c45e3c191e892;hpb=03474d3d5bc2b58509913987108040973e13f960;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index a01e24e8..59fe0ea6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "ev-simulator", "version": "1.0.0", "engines": { - "node": "13.x.x" + "node": "14.x.x" }, "repository": { "type": "git", @@ -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", @@ -32,26 +32,26 @@ "flow:deps": "flow-typed install", "test": "echo \"Error: no test specified\" && exit 1", "clinic:clean": "clinic clean", - "npm-check": "npm-check" + "npm-check": "npm-check", + "git:sdiff": "git diff && git submodule foreach 'git diff'", + "git:supdate": "git submodule update --remote --merge", + "git:spush": "git push --recurse-submodules=on-demand" }, "dependencies": { - "uuid": "^7.0.3", - "winston": "^3.2.1", + "uuid": "^8.3.1", + "winston": "^3.3.3", "worker-threads-pool": "^2.0.0", - "ws": "^7.2.3" + "ws": "^7.3.1" }, "devDependencies": { "babel-eslint": "^10.1.0", - "clinic": "^5.0.1", - "eslint": "^6.8.0", - "eslint-config-esnext": "^4.0.0", + "clinic": "^7.0.0", + "eslint": "^7.11.0", "eslint-config-google": "^0.14.0", - "eslint-config-node": "^4.0.0", - "eslint-plugin-flowtype": "^4.7.0", - "eslint-plugin-node": "^11.1.0", - "eslint-plugin-promise": "^4.2.1", - "flow-bin": "^0.123.0", - "flow-typed": "^3.1.0", + "eslint-config-node": "^4.1.0", + "eslint-plugin-flowtype": "^5.2.0", + "flow-bin": "^0.136.0", + "flow-typed": "^3.2.1", "npm-check": "^5.9.2" } }