Skip to content

Commit

Permalink
benchmark: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Nov 22, 2024
1 parent adb5c8b commit 92a2adb
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions benchmark/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
{
"name": "benchmark",
"private": true,
"version": "0.1.0",
"description": "benchmarks",
"main": "index.js",
"type": "module",
"scripts": {
"bench": "node index.js"
"bench": "node hashes.js"
},
"dependencies": {
"@noble/hashes": "file:.."
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@node-rs/argon2": "1.8.3",
"@stablelib/blake2b": "1.0.1",
"@stablelib/blake2s": "1.0.1",
"@stablelib/hkdf": "1.0.1",
Expand All @@ -34,8 +32,5 @@
"sha3": "2.1.4",
"unrolled-nbl-hashes-sha3": "0.1.1"
},
"dependencies": {
"@noble/hashes": "file:noble-hashes.tgz",
"@node-rs/argon2": "^1.8.3"
}
}
"version": "0.1.0"
}

0 comments on commit 92a2adb

Please sign in to comment.