X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=a31aa5eea5a76f9aa6838011af548b4d8fa1738a;hb=be9f397bd55b221c24bacb110a64c21f012f36ab;hp=48bf33ae2e0b4d9e542f2e2a83d652596aa2ee28;hpb=5f06937153bbbd6f5fbf9130d635e4874846dec5;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 48bf33ae..a31aa5ee 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "volta": { "node": "20.10.0", - "pnpm": "8.12.1" + "pnpm": "8.13.1" }, "repository": { "type": "git", @@ -73,7 +73,7 @@ "clean:node_modules": "npx rimraf node_modules", "lint": "cross-env TIMING=1 eslint --cache src", "lint:fix": "cross-env TIMING=1 eslint --cache --fix src", - "format": "prettier --cache --write .", + "format": "prettier --cache --write .; ts-standard --fix .", "test": "glob -c \"c8 node --import tsx --test\" \"tests/**/*.test.ts\"", "test:debug": "glob -c \"node --import tsx --test --inspect\" \"tests/**/*.test.ts\"", "coverage": "c8 report --reporter=lcov", @@ -107,7 +107,7 @@ "logform": "^2.6.0", "mnemonist": "^0.39.6", "mongodb": "^6.3.0", - "poolifier": "^3.1.11", + "poolifier": "^3.1.12", "tar": "^6.2.0", "tslib": "^2.6.2", "winston": "^3.11.0", @@ -136,11 +136,13 @@ "esbuild-plugin-clean": "^1.0.1", "esbuild-plugin-copy": "^2.1.1", "eslint": "^8.56.0", - "eslint-config-prettier": "^9.1.0", + "eslint-config-standard": "^17.1.0", + "eslint-config-standard-with-typescript": "^43.0.0", + "eslint-define-config": "^2.1.0", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.29.1", "eslint-plugin-jsdoc": "^46.9.1", - "eslint-plugin-n": "^16.5.0", + "eslint-plugin-n": "^16.6.0", "eslint-plugin-prettier": "^5.1.2", "eslint-plugin-tsdoc": "^0.2.17", "expect": "^29.7.0", @@ -151,6 +153,8 @@ "release-it": "^17.0.1", "rimraf": "^5.0.5", "semver": "^7.5.4", + "ts-node": "^10.9.2", + "ts-standard": "^12.0.2", "tsx": "^4.7.0", "typescript": "~5.3.3" }