-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1002 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 1002 Bytes
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": "lattice",
"version": "1.0.0",
"description": "**Private solver mesh. Intents settled before the chain sees them.**",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["libp2p", "gossipsub", "solver", "mesh", "arbitrum", "sepolia"],
"author": "Neha Kumari",
"license": "ISC",
"type": "module",
"dependencies": {
"@chainsafe/libp2p-noise": "^17.0.0",
"@chainsafe/libp2p-yamux": "^8.0.1",
"@libp2p/bootstrap": "^12.0.14",
"@libp2p/circuit-relay-v2": "^4.1.6",
"@libp2p/gossipsub": "^15.0.15",
"@libp2p/identify": "^4.0.13",
"@libp2p/kad-dht": "^16.1.6",
"@libp2p/mdns": "^12.0.14",
"@libp2p/ping": "^3.0.13",
"@libp2p/webrtc": "^6.0.14",
"@libp2p/websockets": "^10.1.6",
"@libp2p/yamux": "^8.0.1",
"dotenv": "^17.3.1",
"ethers": "^6.16.0",
"libp2p": "^3.1.6",
"protobufjs": "^8.0.0"
}
}