33 lines
742 B
JSON
Raw Normal View History

{
"name": "@tornado/fixed-merkle-tree",
"version": "0.6.1-p2",
"description": "Fixed depth merkle tree implementation with sequential inserts",
"repository": {
"type": "git",
"url": "https://github.com/tornadocash/fixed-merkle-tree.git"
},
"main": "index.js",
"scripts": {
"test": "mocha",
"lint": "eslint ."
},
"keywords": [
"merkle",
"tree",
"merkleTree"
],
"author": "Roman Semenov <semenov.roma@gmail.com>",
"license": "ISC",
"dependencies": {
"@tornado/circomlib": "workspace:*",
"@tornado/snarkjs": "workspace:*"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"chai": "^4.2.0",
"eslint": "^7.5.0",
"mocha": "^8.1.0",
"typescript": "^5.0.2"
}
}