X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=1583b56c2b007c7e54e5850fe14b44d53699815d;hb=d15211d4a844f29140004fc2814316e62547aee0;hp=8528d899524da1fda2a34a5042997b23f851a4e9;hpb=78cea37e264d5ca527bc42eb056f3b9579a2b2c4;p=poolifier.git diff --git a/package.json b/package.json index 8528d899..1583b56c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poolifier", - "version": "2.3.6", + "version": "2.3.7", "description": "A fast, easy to use Node.js Worker Thread Pool and Cluster Pool implementation", "main": "lib/index.js", "scripts": { @@ -15,6 +15,7 @@ "test:debug": "npm run build && mocha --no-parallel --inspect 'tests/**/*.test.js'", "coverage": "c8 report --reporter=lcov", "coverage:html": "c8 report --reporter=html", + "format": "prettier . --write; ts-standard . --fix", "lint": "eslint . --cache", "lint:fix": "eslint . --cache --fix", "lint:report": "eslint . --cache --format json --output-file reports/eslint.json", @@ -24,8 +25,13 @@ "prepublishOnly": "npm run build:prod" }, "ts-standard": { - "ignore": [ - "tests/**/*.js" + "globals": [ + "describe", + "it", + "before", + "after", + "beforeEach", + "afterEach" ] }, "engines": { @@ -77,7 +83,7 @@ "@types/node": "^18.11.3", "@typescript-eslint/eslint-plugin": "^5.40.1", "@typescript-eslint/parser": "^5.40.1", - "benchmark": "^2.1.4", + "benny": "^3.7.1", "c8": "^7.12.0", "eslint": "^8.26.0", "eslint-config-standard": "^17.0.0", @@ -85,7 +91,7 @@ "eslint-define-config": "^1.7.0", "eslint-import-resolver-typescript": "^3.5.2", "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jsdoc": "^39.3.19", + "eslint-plugin-jsdoc": "^39.3.20", "eslint-plugin-n": "^15.3.0", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-spellcheck": "^0.0.19",