@savid/rlpx-peeper
Version:
Discover [RLPx](https://github.com/ethereum/devp2p/blob/master/rlpx.md) peers with the [eth/66](https://eips.ethereum.org/EIPS/eip-2481) protocol.
41 lines (40 loc) • 727 B
JSON
{
"name": "@savid/rlpx-peeper",
"version": "1.2.0",
"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-peeper"
},
"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"
},
"devDependencies": {
"@types/node": "18.7.16",
"typescript": "4.8.3"
}
}