X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=39c20193be44ac5a73221d61025589f28a6bd54a;hb=5c38ecb0d06e1ed5811ed29ffa8736df4cfcdf7c;hp=8a4d7a29a79ea90d93d66b86554faf54f0f75859;hpb=5fdab605ce885d9a9fb21ac47c6d0766bd3673bb;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 8a4d7a29..39c20193 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,7 @@ "build:clean": "rimraf ./dist", "lint": "cross-env TIMING=1 eslint --ext .js,.ts src", "lint:fix": "cross-env TIMING=1 eslint --fix --ext .js,.ts src", + "import-sort": "npx import-sort-cli --write 'src/**/*.ts{,x}'", "tsc": "tsc", "test": "echo \"Error: no tests implemented\" && exit 1", "clinic:clean": "clinic clean", @@ -47,12 +48,12 @@ }, "dependencies": { "mongodb": "^3.6.3", + "poolifier": "^1.2.1", "source-map-support": "^0.5.19", "tslib": "^2.1.0", "uuid": "^8.3.2", "winston": "^3.3.3", "winston-daily-rotate-file": "^4.5.0", - "worker-threads-pool": "^2.0.0", "ws": "^7.4.2" }, "optionalDependencies": { @@ -62,10 +63,9 @@ "devDependencies": { "@types/node": "^14.14.22", "@types/uuid": "^8.3.0", - "@types/worker-threads-pool": "^2.0.0", "@types/ws": "^7.4.0", - "@typescript-eslint/eslint-plugin": "^4.14.0", - "@typescript-eslint/parser": "^4.14.0", + "@typescript-eslint/eslint-plugin": "^4.14.1", + "@typescript-eslint/parser": "^4.14.1", "clinic": "^8.0.1", "cross-env": "^7.0.3", "eslint": "^7.18.0",