-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.6 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.6 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
{
"name": "@settlemint/solidity-attestation-service",
"description": "Smart contract set to use the Ethereum Attestation Service in SettleMint",
"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-attestation-service/blob/main/README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/settlemint/solidity-attestation-service.git"
},
"bugs": {
"url": "https://github.com/settlemint/solidity-attestation-service/issues",
"email": "support@settlemint.com"
},
"keywords": [
"solidity",
"blockchain-transformation",
"eas"
],
"files": [
"/contracts",
"/ignition",
"/lib",
"/subgraph",
"/test",
"/out",
"/artifacts"
],
"devDependencies": {
"@ethereum-attestation-service/eas-contracts": "1.8.0",
"@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",
"@openzeppelin/contracts": "5.4.0",
"@types/node": "24.10.2",
"hardhat": "2.27.1",
"solhint": "6.0.1"
},
"dependencies": {},
"trustedDependencies": [
"keccak",
"protobufjs",
"secp256k1"
],
"overrides": {
"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"
}
}