36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"name": "@ethersproject/transactions",
|
|
"version": "5.0.0-beta.128",
|
|
"description": "Utilities for decoding and encoding Ethereum transaction for ethers.",
|
|
"main": "./lib/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"@ethersproject/address": ">5.0.0-beta.0",
|
|
"@ethersproject/bignumber": ">5.0.0-beta.0",
|
|
"@ethersproject/bytes": ">5.0.0-beta.0",
|
|
"@ethersproject/constants": ">5.0.0-beta.0",
|
|
"@ethersproject/keccak256": ">5.0.0-beta.0",
|
|
"@ethersproject/logger": ">5.0.0-beta.0",
|
|
"@ethersproject/properties": ">5.0.0-beta.0",
|
|
"@ethersproject/rlp": ">5.0.0-beta.0",
|
|
"@ethersproject/signing-key": ">5.0.0-beta.0"
|
|
},
|
|
"keywords": [
|
|
"Ethereum",
|
|
"ethers"
|
|
],
|
|
"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",
|
|
"tarballHash": "0x98659289537d6259256584ecd435405580a14f5219f8312be9d95ce30eea5b21"
|
|
}
|