{ "author": "Richard Moore ", "dependencies": { "@ethersproject/address": "^5.0.9", "@ethersproject/bignumber": "^5.0.13", "@ethersproject/bytes": "^5.0.9", "@ethersproject/constants": "^5.0.8", "@ethersproject/keccak256": "^5.0.7", "@ethersproject/logger": "^5.0.8", "@ethersproject/properties": "^5.0.7", "@ethersproject/rlp": "^5.0.7", "@ethersproject/signing-key": "^5.0.8" }, "description": "Utilities for decoding and encoding Ethereum transaction for ethers.", "ethereum": "donations.ethers.eth", "funding": [ { "type": "individual", "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" }, { "type": "individual", "url": "https://www.buymeacoffee.com/ricmoo" } ], "keywords": [ "Ethereum", "ethers" ], "license": "MIT", "main": "./lib/index.js", "module": "./lib.esm/index.js", "name": "@ethersproject/transactions", "publishConfig": { "access": "public" }, "repository": { "directory": "packages/transactions", "type": "git", "url": "git://github.com/ethers-io/ethers.js.git" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "sideEffects": false, "tarballHash": "0x53abb6717f99d02d3da79d7a3fdc118e2d5380eee3327e9d4d165d7203871d53", "types": "./lib/index.d.ts", "version": "5.0.9" }