-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 1.08 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
{
"dependencies": {
"@iden3/js-crypto": "^1.1.0",
"@types/yargs": "^17.0.33",
"circomlib": "^2.0.5",
"commander": "^13.0.0",
"dotenv": "^16.4.7",
"fs": "0.0.1-security",
"ganache": "^7.9.2",
"metamask": "0.0.1-security",
"ora": "^8.1.1",
"path": "^0.12.7",
"snarkjs": "^0.7.5",
"typescript": "^5.7.3",
"utf-8-validate": "^5.0.10",
"winston": "^3.17.0"
},
"packageManager": "[email protected]+sha512.93e57b0126f0df74ce6bff29680394c0ba54ec47246b9cf321f0121d8d9bb03f750a705f24edc3c1180853afd7c2c3b94196d0a3d53d3e069d9e2793ef11f321",
"devDependencies": {
"@truffle/hdwallet-provider": "^2.1.15",
"@typechain/ethers-v6": "^0.5.1",
"@types/chai": "^5.0.1",
"@types/ethereum-protocol": "^1.0.5",
"@types/jest": "^29.5.14",
"@types/mocha": "^10.0.10",
"@types/node": "^22.10.5",
"@types/snarkjs": "^0.7.9",
"chai": "^5.1.2",
"esm": "^3.2.25",
"ethereum-protocol": "^1.0.1",
"ethers": "^6.13.5",
"jest": "^29.7.0",
"truffle": "^5.11.5",
"ts-jest": "^29.2.5",
"typechain": "^8.3.2",
"web3-provider-engine": "^17.0.1"
},
"scripts": {
"test": "jest"
}
}