-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.14 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "@settlemint/solidity-zeto",
"description": "Smart contract set to build Zero Knowledge tokens in SettleMint",
"version": "7.12.0",
"private": false,
"license": "FSL-1.1-MIT",
"author": {
"name": "SettleMint",
"email": "[email protected]",
"url": "https://settlemint.com"
},
"homepage": "https://github.com/settlemint/solidity-zeto/blob/main/README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/settlemint/solidity-zeto.git"
},
"bugs": {
"url": "https://github.com/settlemint/solidity-zeto/issues",
"email": "[email protected]"
},
"keywords": [
"solidity",
"subgraph",
"blockchain-transformation",
"zeto",
"zero Knowledge token",
"zkdvp"
],
"files": [
"/contracts",
"/ignition",
"/lib",
"/subgraph",
"/out",
"/artifacts"
],
"dependencies": {
"@amxx/graphprotocol-utils": "1.2.0",
"@graphprotocol/graph-cli": "0.94.0",
"@graphprotocol/graph-ts": "0.37.0",
"@iden3/contracts": "2.5.0",
"@nomicfoundation/hardhat-foundry": "1.1.3",
"@nomicfoundation/hardhat-ignition-viem": "0.15.9",
"@nomicfoundation/hardhat-toolbox-viem": "3.0.0",
"@nomiclabs/hardhat-solhint": "4.0.1",
"@openzeppelin/contracts": "5.2.0",
"@openzeppelin/contracts-upgradeable": "5.2.0",
"@openzeppelin/subgraphs": "0.1.8-5",
"async-lock": "1.4.1",
"circomlibjs": "0.1.7",
"ffjavascript": "0.3.1",
"hardhat": "2.22.18",
"poseidon-lite": "0.3.0",
"snarkjs": "0.7.5",
"solhint": "5.0.5",
"zeto-js": "file:./zkp/js"
},
"overrides": {
"@graphprotocol/graph-cli": "0.94.0",
"@graphprotocol/graph-ts": "0.37.0",
"elliptic": "6.6.1",
"ws": "8.18.0",
"adm-zip": "0.5.16",
"cross-spawn": "7.0.6",
"semver": "7.6.3",
"undici": "7.3.0",
"axios": "1.7.9",
"cookie": "1.0.2",
"ejs": "3.1.10"
},
"devDependencies": {
"@nomicfoundation/hardhat-ethers": "3.0.8",
"@nomicfoundation/hardhat-toolbox": "5.0.0",
"@openzeppelin/hardhat-upgrades": "3.9.0"
},
"trustedDependencies": [
"blake-hash",
"keccak",
"protobufjs",
"secp256k1"
]
}