2022-12-09 23:02:58 +03:00
|
|
|
{
|
|
|
|
"name": "benchmark",
|
|
|
|
"private": true,
|
|
|
|
"version": "0.1.0",
|
|
|
|
"description": "benchmarks",
|
|
|
|
"main": "index.js",
|
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
|
|
|
"bench": "node index.js"
|
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
2022-12-31 12:31:10 +03:00
|
|
|
"micro-bmark": "0.2.1"
|
2022-12-09 23:02:58 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-12-24 05:49:12 +03:00
|
|
|
"@noble/bls12-381": "^1.4.0",
|
2022-12-09 23:02:58 +03:00
|
|
|
"@noble/ed25519": "^1.7.1",
|
2022-12-26 07:37:12 +03:00
|
|
|
"@noble/hashes": "^1.1.5",
|
2022-12-14 20:40:59 +03:00
|
|
|
"@noble/secp256k1": "^1.7.0",
|
2022-12-31 12:31:10 +03:00
|
|
|
"@starkware-industries/starkware-crypto-utils": "^0.0.2",
|
|
|
|
"calculate-correlation": "^1.2.3",
|
|
|
|
"elliptic": "^6.5.4"
|
2022-12-09 23:02:58 +03:00
|
|
|
}
|
2022-12-14 20:40:59 +03:00
|
|
|
}
|