X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=303d0a678bac5c532cf1f499d475bb82ee3efe5c;hb=47006ddf6055b02dd084ae91269f12b44ce8225d;hp=6983e5772f52b5017f5ab584322a6ed534d9a330;hpb=aa697b2fb25ad4f2504dfc2a67ecd03d4e58fc77;p=benchmarks-js.git diff --git a/package.json b/package.json index 6983e57..303d0a6 100644 --- a/package.json +++ b/package.json @@ -7,33 +7,38 @@ "url": "git://github.com/jerome-benoit/benchmarks-js.git" }, "scripts": { + "prepare": "node prepare.js", "benchmark:busy-wait": "node busy-wait.js", + "benchmark:empty-array": "node empty-array.js", "benchmark:quick-select": "node quick-select.js", + "benchmark:max": "node max.js", "benchmark:promise-handling": "node promise-handling.js", "benchmark:fibonacci": "node fibonacci.js", "benchmark:random": "node random.js", - "format": "prettier --loglevel silent --write .; prettierx --write .", - "lint": "eslint .", - "lint:fix": "eslint . --fix", + "format": "prettier . --write; standard . --fix", + "lint": "eslint . --cache", + "lint:fix": "eslint . --cache --fix", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "jerome-benoit", "license": "MIT", "dependencies": { "benchmark": "^2.1.4", - "microtime": "^3.0.0" + "benny": "^3.7.1", + "microtime": "^3.1.1" }, "devDependencies": { - "eslint": "^7.32.0", - "eslint-config-standard": "^16.0.3", - "eslint-define-config": "^1.0.9", - "eslint-plugin-import": "^2.24.2", - "eslint-plugin-jsdoc": "^36.1.0", - "eslint-plugin-node": "^11.1.0", - "eslint-plugin-prettierx": "^0.18.0", - "eslint-plugin-promise": "^5.1.0", - "prettier": "^2.4.1", - "prettierx": "^0.19.0", - "typescript": "^4.4.3" + "eslint": "^8.26.0", + "eslint-config-standard": "^17.0.0", + "eslint-define-config": "^1.7.0", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-jsdoc": "^39.3.20", + "eslint-plugin-n": "^15.3.0", + "eslint-plugin-promise": "^6.1.1", + "husky": "^8.0.1", + "lint-staged": "^13.0.3", + "prettier": "^2.7.1", + "standard": "^17.0.0", + "typescript": "^4.8.4" } }