ethers.js/packages/rlp/package.json

28 lines
650 B
JSON

{
"name": "@ethersproject/rlp",
"version": "5.0.0-beta.125",
"description": "Recursive-Length Prefix (RLP) coder.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@ethersproject/bytes": ">5.0.0-beta.0"
},
"keywords": [
"Ethereum",
"ethers",
"rlp"
],
"author": "Richard Moore <me@ricmoo.com>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
"tarballHash": "0x223297e79fecc91c953f76fef12f72b20c50a8f146581cacfe86bce39e5c639e"
}