ethers.js/packages/rlp/package.json
2020-09-23 01:00:30 -04:00

32 lines
782 B
JSON

{
"author": "Richard Moore <me@ricmoo.com>",
"dependencies": {
"@ethersproject/bytes": "^5.0.4",
"@ethersproject/logger": "^5.0.5"
},
"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": "0x2a870663cf91328de26e8b3e5cb1ac3004eefa78ffbdad7b08b61c2685c3f018",
"types": "./lib/index.d.ts",
"version": "5.0.4"
}