noble-curves/curve-definitions/benchmark/package.json

23 lines
500 B
JSON
Raw Normal View History

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": {
"micro-bmark": "0.2.0"
},
"dependencies": {
"@noble/ed25519": "^1.7.1",
2022-12-14 20:40:59 +03:00
"@noble/secp256k1": "^1.7.0",
"@starkware-industries/starkware-crypto-utils": "^0.0.2"
2022-12-09 23:02:58 +03:00
}
2022-12-14 20:40:59 +03:00
}