2023-05-03 20:35:27 +00:00
|
|
|
{
|
|
|
|
"name": "@tornado/fixed-merkle-tree",
|
2023-05-03 21:23:39 +00:00
|
|
|
"version": "0.6.1-p2",
|
2023-05-03 20:35:27 +00:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|