{ "name": "@lumeweb/libethsync", "version": "0.1.0-develop.36", "type": "module", "repository": { "type": "git", "url": "gitea@git.lumeweb.com:LumeWeb/libethsync.git" }, "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", "@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/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", "ethereum-cryptography": "^2.0.0", "node-cache": "^5.1.2", "rlp": "^3.0.0", "web3-types": "^1.0.1" }, "files": [ "lib" ], "publishConfig": { "access": "public" } }