2
0
mirror of synced 2025-02-24 12:08:10 +00:00
ethers.js/packages/rlp/package.json
2019-09-28 02:36:19 -04:00

31 lines
762 B
JSON

{
"name": "@ethersproject/rlp",
"version": "5.0.0-beta.128",
"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",
"ethereum": "donations.ethers.eth",
"tarballHash": "0x7fb63a287318c442613e3000502cb11e1d30dc7c1830f816b9ca9f1bb34b1f46"
}