-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.78 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.78 KB
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
{
"name": "@settlemint/solidity-account-abstraction",
"description": "ERC4337 Account Abstraction: The technical standard for establishing on-chain accounts with optional sponsored transactions.",
"version": "8.0.11",
"private": false,
"license": "FSL-1.1-MIT",
"author": {
"name": "SettleMint",
"email": "support@settlemint.com",
"url": "https://settlemint.com"
},
"homepage": "https://github.com/settlemint/solidity-account-abstraction/blob/main/README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/settlemint/solidity-account-abstraction.git"
},
"bugs": {
"url": "https://github.com/settlemintsolidity-account-abstraction/issues",
"email": "support@settlemint.com"
},
"keywords": [
"solidity",
"subgraph",
"blockchain-transformation"
],
"files": [
"/contracts",
"/ignition",
"/lib",
"/subgraph",
"/test",
"/out",
"/artifacts"
],
"dependencies": {
"@amxx/graphprotocol-utils": "1.2.0",
"@graphprotocol/graph-cli": "0.98.1",
"@graphprotocol/graph-ts": "0.38.2",
"@nomicfoundation/hardhat-foundry": "1.2.0",
"@nomicfoundation/hardhat-ignition-viem": "0.15.16",
"@nomicfoundation/hardhat-toolbox-viem": "4.1.1",
"@nomiclabs/hardhat-solhint": "4.1.0",
"hardhat": "2.27.1",
"solhint": "6.0.1",
"@openzeppelin/subgraphs": "0.1.8-5"
},
"overrides": {
"@graphprotocol/graph-cli": "0.98.1",
"@graphprotocol/graph-ts": "0.38.2",
"elliptic": "6.6.1",
"ws": "8.18.3",
"adm-zip": "0.5.16",
"cross-spawn": "7.0.6",
"semver": "7.7.3",
"undici": "7.11.0",
"axios": "1.13.2",
"cookie": "1.1.1",
"ejs": "3.1.10"
},
"trustedDependencies": [
"keccak",
"protobufjs",
"secp256k1"
],
"devDependencies": {}
}