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.
2020-11-30 22:05:37 +00:00
|
|
|
{
|
|
|
|
"name": "bls-libs-benchmark",
|
|
|
|
"version": "1.0.0",
|
2022-04-11 15:08:15 +00:00
|
|
|
"type": "module",
|
|
|
|
"exports": "./index.js",
|
2020-11-30 22:05:37 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"scripts": {
|
2022-04-11 15:08:15 +00:00
|
|
|
"benchmark": "ts-node-esm index",
|
|
|
|
"benchmark:all": "ts-node-esm index && ts-node-esm noble && ts-node-esm verifyMultipleSignaturesSavings"
|
2020-11-30 22:05:37 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-12-05 07:13:40 +00:00
|
|
|
"noble-bls12-381": "^0.7.2"
|
2020-11-30 22:05:37 +00:00
|
|
|
}
|
|
|
|
}
|