-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.26 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
{
"name": "elciao",
"version": "0.0.2",
"description": "Introducing a way to pull EVM data into ao processes, and evolve that into a trustless network",
"main": "lib/index.js",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/weavevm/elciao.git"
},
"author": "charmful0x",
"license": "MIT",
"private": false,
"scripts": {
"start": "node ./src/start.js"
},
"dependencies": {
"@chainsafe/ssz": "^0.15.1",
"@ethereumjs/block": "^4.3.0",
"@ethereumjs/blockchain": "^6.3.0",
"@ethereumjs/common": "^3.2.0",
"@ethereumjs/trie": "^5.1.0",
"@ethereumjs/tx": "^4.2.0",
"@ethereumjs/util": "^8.1.0",
"@ethereumjs/vm": "^6.5.0",
"@lodestar/api": "^1.18.0",
"@lodestar/config": "^1.18.0",
"@lodestar/light-client": "^1.18.0",
"@permaweb/aoconnect": "^0.0.48",
"axios": "0.27.2",
"dotenv": "^16.4.5",
"ethereumjs-util": "^7.1.5",
"json-rpc-2.0": "1.4.1",
"lodash": "4.17.21",
"rlp": "3.0.0",
"web3": "1.7.5",
"winston": "^3.8.2"
},
"bugs": {
"url": "https://github.com/weavevm/elciao/issues"
},
"homepage": "https://github.com/weavevm/elciao#readme",
"keywords": [
"lightclient",
"ethereum",
"pos",
"rpc",
"ao"
]
}