-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.24 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.24 KB
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
{
"name": "otc-noirhack",
"version": "1.0",
"type": "module",
"author": "Vladyslav <web.user@ukr.net>",
"license": "MIT",
"dependencies": {
"@aztec/accounts": "^0.85.0",
"@aztec/aztec.js": "^0.85.0",
"@aztec/ethereum": "^0.85.0",
"@aztec/l1-artifacts": "^0.85.0",
"@aztec/noir-contracts.js": "^0.85.0",
"@nomicfoundation/hardhat-ignition": "^0.15.7",
"@nomicfoundation/hardhat-ignition-viem": "^0.15.7",
"@nomicfoundation/hardhat-network-helpers": "^1.0.12",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@nomicfoundation/hardhat-toolbox-viem": "^3.0.0",
"@nomicfoundation/hardhat-verify": "^2.0.1",
"@nomicfoundation/hardhat-viem": "^2.0.6",
"@openzeppelin/contracts": "^5.3.0",
"@types/node": "^22.14.1",
"@zk-kit/lean-imt": "^2.2.3",
"@zkpassport/poseidon2": "^0.6.1",
"hardhat": "^2.24.0",
"tsx": "^4.19.3",
"typescript": "^5.0.4",
"viem": "^2.22.8"
},
"imports": {
"#root/*": "./*"
},
"scripts": {
"deploy": "node --import tsx deploy.ts",
"test": "node --import tsx index.ts"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}