forked from privacy-scaling-explorations/maci
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 1001 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "maci-crypto",
"version": "1.1.2",
"description": "",
"main": "build/index.js",
"scripts": {
"watch": "tsc --watch",
"build": "tsc",
"test": "jest",
"test-crypto": "jest Crypto.test.ts",
"test-crypto-debug": "node --inspect-brk ./node_modules/.bin/jest Crypto.test.ts",
"test-accQueue": "jest AccQueue.test.ts",
"test-accQueue-debug": "node --inspect-brk ./node_modules/.bin/jest AccQueue.test.ts"
},
"dependencies": {
"blake-hash": "^1.1.0",
"circomlib": "https://github.com/weijiekoh/circomlib.git#24ed08eee0bb613b8c0135d66c1013bd9f78d50a",
"ethers": "^5.0.32",
"ffjavascript": "^0.2.57",
"optimisedmt": "^0.0.7"
},
"devDependencies": {
"@types/jest": "^29.2.3",
"@types/node": "^18.11.9",
"jest": "^29.3.1",
"mocha": "^10.1.0",
"ts-jest": "^29.0.3"
},
"gitHead": "f567a17293114ba2d5e89c711d00a9f4c197f070"
}