-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.51 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
{
"name": "@settlemint/solidity-statemachine",
"description": "Smart contract set to build a state machine in SettleMint",
"version": "7.7.5",
"private": false,
"license": "FSL-1.1-MIT",
"author": {
"name": "SettleMint",
"email": "support@settlemint.com",
"url": "https://settlemint.com"
},
"homepage": "https://github.com/settlemint/solidity-statemachine/blob/main/README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/settlemint/solidity-statemachine.git"
},
"bugs": {
"url": "https://github.com/settlemint/solidity-statemachine/issues",
"email": "support@settlemint.com"
},
"keywords": [
"solidity",
"subgraph",
"blockchain-transformation",
"statemachine"
],
"files": [
"/contracts",
"/ignition",
"/lib",
"/subgraph",
"/test",
"/out",
"/artifacts"
],
"dependencies": {
"@amxx/graphprotocol-utils": "1.2.0",
"@graphprotocol/graph-cli": "0.88.0",
"@graphprotocol/graph-ts": "0.35.1",
"@nomicfoundation/hardhat-foundry": "1.1.2",
"@nomicfoundation/hardhat-ignition-viem": "0.15.7",
"@nomicfoundation/hardhat-toolbox-viem": "3.0.0",
"@nomiclabs/hardhat-solhint": "4.0.1",
"@openzeppelin/contracts": "5.1.0",
"@openzeppelin/subgraphs": "0.1.8-5",
"hardhat": "2.22.15",
"solhint": "5.0.3"
},
"overrides": {
"@graphprotocol/graph-cli": "0.88.0",
"@graphprotocol/graph-ts": "0.35.1"
},
"trustedDependencies": [
"keccak",
"protobufjs",
"secp256k1"
]
}