diff --git a/package.json b/package.json index e6cfee8..786bdbf 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,10 @@ "type": "git", "url": "git+https://github.com/RafaelGSS/bench-node.git" }, - "keywords": ["benchmark", "nodejs"], + "keywords": [ + "benchmark", + "nodejs" + ], "author": "RafaelGSS ", "contributors": [ { @@ -29,5 +32,8 @@ "homepage": "https://github.com/RafaelGSS/bench-node#readme", "dependencies": { "piscina": "^4.8.0" + }, + "devDependencies": { + "@biomejs/biome": "1.9.4" } }