30 lines
724 B
JSON
30 lines
724 B
JSON
{
|
|
"name": "@ethersproject/rlp",
|
|
"version": "5.0.0-beta.126",
|
|
"description": "Recursive-Length Prefix (RLP) coder.",
|
|
"main": "./lib/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"@ethersproject/bytes": ">=5.0.0-beta.129"
|
|
},
|
|
"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"
|
|
},
|
|
"module": "./lib.esm/index.js",
|
|
"types": "./lib/index.d.ts",
|
|
"tarballHash": "0x65dfdcbcc56264c3173522fcee24cd543857370ba45634cebe3c3578629418d1"
|
|
}
|