forked from ZKCamp/stealthdrop-assignment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.18 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
{
"name": "zk-stealthdrop",
"version": "1.0.0",
"description": "Stealth Drop Assignment",
"type": "module",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"generate-example-inputs": "ts-node --esm --experimental-specifier-resolution=node ./utils/populate.ts"
},
"author": "Shubham Kanodia <[email protected]>",
"license": "Apache-2.0",
"devDependencies": {
"@typechain/ethers-v5": "^10.0.0",
"@types/chai": "^4.3.0",
"@types/node": "^17.0.35",
"chai": "^4.3.6",
"ethereum-waffle": "^3.2.0",
"ethers": "^5.7.2",
"mocha": "^10.0.0",
"ts-node": "^10.9.1",
"typechain": "^8.1.0",
"typescript": "^4.9.3",
"blake2": "^5.0.0"
},
"dependencies": {
"@aztec/bb.js": "0.3.6",
"@iarna/toml": "^2.2.5",
"@noir-lang/acvm_js": "git+https://github.com/noir-lang/acvm-simulator-wasm.git",
"@types/mocha": "^10.0.1",
"fflate": "^0.8.0",
"toml": "^3.0.0",
"@noir-lang/aztec_backend": "^0.1.0-0c3b2f2",
"@noir-lang/barretenberg": "github:noir-lang/barretenberg#39a1547875f941ef6640217a42d8f34972425c97",
"@noir-lang/noir_wasm": "^0.3.2-fa0e9cff",
"hardhat-noir": "^0.2.1"
}
}