forked from privacy-scaling-explorations/maci
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 1018 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
31
{
"name": "maci-core",
"version": "1.1.2",
"description": "",
"main": "build/index.js",
"scripts": {
"watch": "tsc --watch",
"build": "tsc",
"test-processMessage": "jest ProcessMessage.test.ts",
"test-processMessage-debug": "node --inspect-brk ./node_modules/.bin/jest ProcessMessage.test.ts",
"test-maciState": "jest MaciState.test.ts",
"test-maciState-debug": "node --inspect-brk ./node_modules/.bin/jest MaciState.test.ts",
"test": "jest",
"test-debug": "node --inspect-brk ./node_modules/.bin/jest"
},
"_moduleAliases": {
"@maci-contracts": "../contracts"
},
"dependencies": {
"maci-crypto": "^1.1.2",
"maci-domainobjs": "^1.1.2",
"module-alias": "^2.2.2"
},
"devDependencies": {
"@types/jest": "^26.0.21",
"@types/node": "^14.14.35",
"jest": "^26.6.3",
"ts-jest": "^26.5.4"
},
"gitHead": "f567a17293114ba2d5e89c711d00a9f4c197f070"
}