forked from privacy-scaling-explorations/maci
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.65 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
{
"name": "maci-integrationtests",
"version": "1.1.2",
"description": "",
"main": "build/index.js",
"scripts": {
"watch": "tsc --watch",
"build": "tsc",
"test": "jest",
"test-debug": "node --inspect-brk ./node_modules/.bin/jest",
"test-cli-genMaciKeypair": "jest cli-genMaciKeypair.test.ts",
"test-cli-genMaciKeypair-debug": "node --inspect-brk ./node_modules/.bin/jest cli-genMaciKeypair.test.ts",
"test-cli-genMaciPubkey": "jest cli-genMaciPubkey.test.ts",
"test-cli-genMaciPubkey-debug": "node --inspect-brk ./node_modules/.bin/jest cli-genMaciPubkey.test.ts",
"test-suites": "NODE_OPTIONS=--max-old-space-size=4096 jest suites.test.ts",
"test-suites-debug": "NODE_OPTIONS=--max-old-space-size=4096 node --inspect-brk ./node_modules/.bin/jest suites.test.ts"
},
"_moduleAliases": {
"@maci-contracts": "../contracts/",
"@maci-integrationTests": "./"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@types/jest": "^26.0.21",
"@types/node": "^14.14.35",
"ethers": "^5.0.32",
"hardhat": "^2.0.11",
"hardhat-artifactor": "^0.2.0",
"hardhat-contract-sizer": "^2.0.3",
"jest": "^26.6.3",
"js-yaml": "^4.0.0",
"maci-circuits": "^1.1.2",
"maci-cli": "^1.1.2",
"maci-contracts": "^1.1.2",
"maci-core": "^1.1.2",
"maci-crypto": "^1.1.2",
"maci-domainobjs": "^1.1.2",
"module-alias": "^2.2.2",
"shelljs": "^0.8.5",
"ts-jest": "^26.5.4"
},
"gitHead": "f567a17293114ba2d5e89c711d00a9f4c197f070"
}