forked from ZKCamp/stealthdrop-assignment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 973 Bytes
/
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
{
"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"
}
}