forked from silversixpence-crypto/zk-proof-of-assets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 969 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
{
"name": "zk-proof-of-assets",
"version": "0.1.0",
"description": "ZK-SNARK Proof of Assets protocol written in Circom",
"main": "index.js",
"repository": "https://github.com/silversixpence-crypto/zk-proof-of-assets",
"author": "Stenton Mayne <stentonian@protonmail.com>",
"license": "MIT",
"dependencies": {
"@noble/hashes": "1.3.3",
"@noble/secp256k1": "1.3.4",
"JSONStream": "^1.3.5",
"circomlib": "^2.0.5",
"circomlibjs": "0.1.7",
"csv": "^6.3.9",
"ethers": "6.11.1",
"minimist": "^1.2.8",
"snarkjs": "^0.7.2"
},
"devDependencies": {
"@types/chai": "^4.3.0",
"@types/expect": "^24.3.0",
"@types/lodash": "^4.14.182",
"@types/mocha": "^9.0.0",
"@types/node": "^18.0.0",
"bigint-mod-arith": "^3.1.0",
"chai": "^4.3.4",
"circom_tester": "^0.0.9",
"eslint": "^9.6.0",
"lodash": "^4.17.21",
"mocha": "^9.1.3",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
}
}