{ "name": "@ethersproject/transactions", "version": "5.0.0-beta.130", "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.128", "@ethersproject/bignumber": ">=5.0.0-beta.130", "@ethersproject/bytes": ">=5.0.0-beta.129", "@ethersproject/constants": ">=5.0.0-beta.128", "@ethersproject/keccak256": ">=5.0.0-beta.127", "@ethersproject/logger": ">=5.0.0-beta.129", "@ethersproject/properties": ">=5.0.0-beta.131", "@ethersproject/rlp": ">=5.0.0-beta.126", "@ethersproject/signing-key": ">=5.0.0-beta.129" }, "keywords": [ "Ethereum", "ethers" ], "author": "Richard Moore ", "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": "0xf36ee5a842381d97052254b0ad453155ae0007253a4605a3e1a0a8e63a47b549" }