mirror of
https://github.com/tornadocash/fixed-merkle-tree.git
synced 2024-11-22 09:47:15 +01:00
31 lines
769 B
JSON
31 lines
769 B
JSON
{
|
|
"name": "fixed-merkle-tree",
|
|
"version": "0.3.4",
|
|
"description": "Fixed depth merkle tree implementation with sequential inserts",
|
|
"main": "src/merkleTree.js",
|
|
"scripts": {
|
|
"test": "mocha",
|
|
"lint": "eslint ."
|
|
},
|
|
"keywords": [
|
|
"merkle",
|
|
"tree",
|
|
"merkleTree"
|
|
],
|
|
"author": "Roman Semenov <semenov.roma@gmail.com>",
|
|
"license": "ISC",
|
|
"files": [
|
|
"src/*"
|
|
],
|
|
"dependencies": {
|
|
"snarkjs": "git+https://github.com/tornadocash/snarkjs.git#869181cfaf7526fe8972073d31655493a04326d5",
|
|
"circomlib": "git+https://github.com/tornadocash/circomlib.git#5beb6aee94923052faeecea40135d45b6ce6172c"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "^10.1.0",
|
|
"chai": "^4.2.0",
|
|
"eslint": "^7.5.0",
|
|
"mocha": "^8.1.0"
|
|
}
|
|
}
|