This repository has been archived on 2023-04-09. You can view files and clone it, but cannot push or open issues or pull requests.
chainsafe-bls/benchmark/package.json

14 lines
307 B
JSON
Raw Normal View History

{
"name": "bls-libs-benchmark",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
2020-12-01 08:29:19 +00:00
"benchmark": "ts-node index",
"benchmark:all": "ts-node index && ts-node noble && ts-node verifyMultipleSignaturesSavings"
},
"dependencies": {
"noble-bls12-381": "^0.6.1"
}
}