{ "author": "Richard Moore ", "dependencies": { "@ethersproject/bytes": ">=5.0.0-beta.129", "@ethersproject/logger": ">=5.0.0-beta.129" }, "description": "Recursive-Length Prefix (RLP) coder.", "ethereum": "donations.ethers.eth", "keywords": [ "Ethereum", "ethers", "rlp" ], "license": "MIT", "main": "./lib/index.js", "module": "./lib.esm/index.js", "name": "@ethersproject/rlp", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git://github.com/ethers-io/ethers.js.git" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "tarballHash": "0x325f3668dd39c492bc386e63f060886459a396c3cad460e26c0dc5787e1a2860", "types": "./lib/index.d.ts", "version": "5.0.0-beta.132" }