forked from privacy-scaling-explorations/maci
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.26 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "maci-cli",
"version": "1.1.2",
"description": "CLI utilities for MACI",
"main": "build/index.js",
"bin": {
"maci-cli": "./build/index.js"
},
"scripts": {
"watch": "tsc --watch",
"build": "tsc",
"test": "jest",
"test-debug": "node --inspect-brk ./node_modules/.bin/jest"
},
"dependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"argparse": "^1.0.10",
"circom_runtime": "^0.1.22",
"circomlib": "^2.0.5",
"ethers": "^5.0.0",
"ffiasm": "0.1.3",
"hardhat": "^2.0.11",
"js-yaml": "4.0.0",
"maci-circuits": "^1.1.2",
"maci-common": "^1.1.2",
"maci-contracts": "^1.1.2",
"maci-core": "^1.1.2",
"maci-crypto": "^1.1.2",
"maci-domainobjs": "^1.1.2",
"prompt-async": "^0.9.9",
"shelljs": "^0.8.4",
"snarkjs": "^0.5.0",
"source-map-support": "^0.5.19",
"typescript": "^4.2.3",
"web3": "^1.3.4",
"xmlhttprequest": "1.8.0",
"zkey-manager": "^0.1.1"
},
"devDependencies": {
"@types/node": "^14.14.35",
"jest": "^26.6.3",
"ts-jest": "^26.5.4"
},
"gitHead": "f567a17293114ba2d5e89c711d00a9f4c197f070"
}