2023-07-10 20:44:58 +00:00
|
|
|
{
|
|
|
|
"name": "@lumeweb/libethsync",
|
2023-07-25 00:08:22 +00:00
|
|
|
"version": "0.1.0-develop.49",
|
2023-07-10 20:44:58 +00:00
|
|
|
"type": "module",
|
2023-07-11 04:19:07 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "gitea@git.lumeweb.com:LumeWeb/libethsync.git"
|
|
|
|
},
|
2023-07-10 20:44:58 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"@lumeweb/node-library-preset": "^0.2.7",
|
|
|
|
"presetter": "*"
|
|
|
|
},
|
|
|
|
"readme": "ERROR: No README data found!",
|
|
|
|
"scripts": {
|
|
|
|
"prepare": "presetter bootstrap",
|
|
|
|
"build": "run build",
|
|
|
|
"semantic-release": "semantic-release"
|
|
|
|
},
|
|
|
|
"exports": {
|
|
|
|
"./client": {
|
|
|
|
"import": "./lib/client/index.js",
|
|
|
|
"typings": "./lib/client/index.d.ts"
|
|
|
|
},
|
|
|
|
"./node": {
|
|
|
|
"import": "./lib/node/index.js",
|
|
|
|
"typings": "./lib/node/index.d.ts"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@chainsafe/as-sha256": "^0.3.1",
|
|
|
|
"@chainsafe/bls": "7.1.1",
|
|
|
|
"@chainsafe/blst": "0.2.9",
|
|
|
|
"@chainsafe/ssz": "0.11.1",
|
2023-07-24 14:44:25 +00:00
|
|
|
"@ethereumjs/block": "^4.3.0",
|
|
|
|
"@ethereumjs/blockchain": "^6.3.0",
|
2023-07-11 12:48:52 +00:00
|
|
|
"@ethereumjs/common": "^3.2.0",
|
2023-07-24 14:44:25 +00:00
|
|
|
"@ethereumjs/trie": "^5.1.0",
|
|
|
|
"@ethereumjs/tx": "^4.2.0",
|
|
|
|
"@ethereumjs/util": "^8.1.0",
|
|
|
|
"@ethereumjs/vm": "^6.5.0",
|
2023-07-10 20:44:58 +00:00
|
|
|
"@lodestar/config": "1.9.1",
|
|
|
|
"@lodestar/light-client": "1.9.1",
|
|
|
|
"@lodestar/params": "1.9.1",
|
|
|
|
"@lodestar/types": "1.9.1",
|
|
|
|
"async-mutex": "^0.4.0",
|
|
|
|
"axios": "^1.4.0",
|
|
|
|
"axios-retry": "^3.5.1",
|
|
|
|
"detect-node": "^2.1.0",
|
2023-07-11 12:48:52 +00:00
|
|
|
"ethereum-cryptography": "^2.0.0",
|
2023-07-23 14:06:18 +00:00
|
|
|
"events": "^3.3.0",
|
2023-07-10 20:44:58 +00:00
|
|
|
"node-cache": "^5.1.2",
|
|
|
|
"rlp": "^3.0.0",
|
|
|
|
"web3-types": "^1.0.1"
|
|
|
|
},
|
2023-07-10 20:48:01 +00:00
|
|
|
"files": [
|
|
|
|
"lib"
|
|
|
|
],
|
2023-07-10 20:44:58 +00:00
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
}
|
|
|
|
}
|