X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=d21eeca6c5aafa79326768a16809764aa1c8556c;hb=f255f33b39e91a28f149fc982dfae40209c56078;hp=5e4a4e664dd8858fdcdebf1a4ffe21c3b396e218;hpb=9f6d0c8b42772d4c9b9748a862888e1c49821f94;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 5e4a4e66..d21eeca6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "e-mobility-charging-stations-simulator", - "version": "1.2.30", + "version": "1.2.31", "engines": { "node": ">=18.18.0", "pnpm": ">=8.6.0" @@ -71,9 +71,9 @@ "build:cf:dev": "pnpm clean:node_modules && npx cross-env SKIP_PREINSTALL=1 npm install && pnpm build:dev", "clean:dist": "npx rimraf dist", "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 .; ts-standard --fix .", + "lint": "cross-env TIMING=1 eslint --cache src tests .eslintrc.cjs bundle.js mikro-orm.config-template.ts", + "lint:fix": "cross-env TIMING=1 eslint --cache --fix src tests .eslintrc.cjs bundle.js mikro-orm.config-template.ts", + "format": "prettier --cache --write .; eslint --cache --fix src .eslintrc.cjs tests bundle.js mikro-orm.config-template.ts", "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", @@ -141,7 +141,7 @@ "eslint-define-config": "^2.1.0", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.29.1", - "eslint-plugin-jsdoc": "^46.10.1", + "eslint-plugin-jsdoc": "^47.0.2", "eslint-plugin-n": "^16.6.0", "eslint-plugin-prettier": "^5.1.2", "eslint-plugin-tsdoc": "^0.2.17", @@ -154,7 +154,6 @@ "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" }