X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=package.json;h=36cea67b28334f159b0b5bae85e2818f86b4800d;hb=c045d9a97ebdf3747b82746b733b0c60a7db3f32;hp=d0cc70d283dd6d3ba0f763504991652157b26357;hpb=17991e8cf5f39801cdba8bd4682576c40e62dc4d;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index d0cc70d2..36cea67b 100644 --- a/package.json +++ b/package.json @@ -36,15 +36,18 @@ "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", "npm-check": "npm-check", + "git:sinit": "git submodule update --init --recursive --force", "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": { + "mongodb": "^3.6.3", "source-map-support": "^0.5.19", "tslib": "^2.1.0", "uuid": "^8.3.2", @@ -58,12 +61,12 @@ "utf-8-validate": "^5.0.4" }, "devDependencies": { - "@types/node": "^14.14.21", + "@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.13.0", - "@typescript-eslint/parser": "^4.13.0", + "@typescript-eslint/eslint-plugin": "^4.14.0", + "@typescript-eslint/parser": "^4.14.0", "clinic": "^8.0.1", "cross-env": "^7.0.3", "eslint": "^7.18.0",