fixed-merkle-tree/package.json

21 lines
546 B
JSON

{
"name": "merkle-tree",
"version": "1.0.0",
"description": "",
"main": "src/merkleTree.js",
"scripts": {
"test": "mocha"
},
"keywords": [],
"author": "Roman Semenov <semenov.roma@gmail.com>",
"license": "ISC",
"dependencies": {
"snarkjs": "git+https://github.com/tornadocash/snarkjs.git#869181cfaf7526fe8972073d31655493a04326d5",
"circomlib": "git+https://github.com/tornadocash/circomlib.git#c372f14d324d57339c88451834bf2824e73bbdbc"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^8.1.0"
}
}