31 lines
762 B
JSON
31 lines
762 B
JSON
{
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
"dependencies": {
|
|
"@ethersproject/bytes": ">=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": "0x752ec832cbcb5b906a91e414e13d2141916126a90fb4a87eb98277f5e8358710",
|
|
"types": "./lib/index.d.ts",
|
|
"version": "5.0.0-beta.131"
|
|
}
|