32 lines
782 B
JSON
32 lines
782 B
JSON
{
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
"dependencies": {
|
|
"@ethersproject/bytes": "^5.0.0",
|
|
"@ethersproject/logger": "^5.0.0"
|
|
},
|
|
"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": "0xda213c4783654e6660fad85beaea3f3281c5e01852ef0603a509920e6b8608db",
|
|
"types": "./lib/index.d.ts",
|
|
"version": "5.0.1"
|
|
}
|