-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
45 lines (45 loc) · 1.14 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": "circuits",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.10",
"@zk-email/helpers": "^2.0.0",
"chai": "^4.3.7",
"circom_tester": "^0.0.20",
"circomlib": "^2.0.3",
"circomlibjs": "^0.1.7",
"ffjavascript": "^0.2.62",
"hardhat": "^2.12.5",
"hardhat-circom": "^3.3.2",
"jest": "^29.7.0",
"ts-jest": "^29.1.1"
},
"engines": {
"node": ">=16"
},
"scripts": {
"circom:dev": "hardhat circom --deterministic --debug --verbose",
"circom:prod": "hardhat circom --verbose",
"test": "hardhat test"
},
"dependencies": {
"@nomiclabs/hardhat-ethers": "^2.2.1",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@zk-email/circuits": "^3.2.0",
"@zk-email/zk-regex-circom": "^1.2.1",
"circom": "https://github.com/iden3/circom.git",
"cryo": "^0.0.6",
"ethereum-waffle": "^3.4.4",
"ethers": "^5.7.2",
"fs": "^0.0.1-security",
"global": "^4.4.0",
"lodash": "^4.17.21",
"node-forge": "^1.3.1",
"snarkjs": "^0.6.12",
"ts-node": "^10.9.1",
"tsx": "^3.12.7",
"typescript": "^4.9.4"
}
}