@savid/rlpx-pest
Version:
Get the [status](https://github.com/ethereum/devp2p/blob/master/caps/eth.md#status-0x00) of a [RLPx](https://github.com/ethereum/devp2p/blob/master/rlpx.md) peer via the [eth/66](https://eips.ethereum.org/EIPS/eip-2481) protocol.
46 lines (45 loc) • 858 B
JSON
{
"name": "@savid/rlpx-pest",
"version": "1.2.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"license": "MIT",
"author": "Andrew Davis",
"repository": {
"type": "git",
"url": "https://github.com/savid/packages.git",
"directory": "packages/rlpx-pest"
},
"keywords": [
"rlpx"
],
"files": [
"dist",
"package.json",
"README.md",
"LICENSE"
],
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"build": "tsc",
"lint": "eslint ."
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ethereumjs/devp2p": "5.0.0",
"@ethereumjs/util": "8.0.0",
"bl": "5.0.0",
"ethereum-cryptography": "1.1.2",
"rlp": "3.0.0",
"snappyjs": "0.7.0"
},
"devDependencies": {
"@types/node": "18.7.16",
"typescript": "4.8.3"
}
}