-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1.35 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": "zksafe",
"version": "1.0.0",
"description": "Safe with ZK Signing",
"main": "index.js",
"author": "Valeriy Zamaraiev <v@1kx.capital>",
"license": "MIT",
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^2.0.2",
"@nomicfoundation/hardhat-ethers": "^3.0.4",
"@nomicfoundation/hardhat-ignition": "^0.15.0",
"@nomicfoundation/hardhat-verify": "^2.0.1",
"@typechain/ethers-v6": "^0.4.3",
"@typechain/hardhat": "8.0.3",
"@types/mocha": ">=9.1.0",
"@types/node": "*",
"chai": "^4.3.10",
"hardhat": "^2.22.0",
"hardhat-deploy": "^0.11.43",
"hardhat-gas-reporter": "^1.0.8",
"solidity-coverage": "^0.8.1",
"ts-node": "^10.9.1",
"typechain": "^8.3.2",
"typescript": "^5.2.2"
},
"dependencies": {
"@aztec/bb.js": "^0.8.14",
"@gnosis.pm/mock-contract": "^4.0.0",
"@gnosis.pm/safe-contracts": "^1.3.0",
"@gnosis.pm/safe-singleton-factory": "^1.0.14",
"@noir-lang/backend_barretenberg": "^0.19.4",
"@noir-lang/noir_js": "^0.19.4",
"@noir-lang/noir_wasm": "^0.19.4",
"@noir-lang/source-resolver": "^0.19.4",
"@noir-lang/types": "^0.19.4",
"@safe-global/protocol-kit": "^2.0.0",
"@safe-global/safe-core-sdk-types": "^2.3.0",
"@safe-global/safe-deployments": "^1.28.0",
"add": "^2.0.6",
"ethers": "^6.7.1",
"yarn": "^1.22.19"
}
}