ethers.js/packages/transactions/package.json
2020-05-08 15:28:55 -04:00

38 lines
1.2 KiB
JSON

{
"author": "Richard Moore <me@ricmoo.com>",
"dependencies": {
"@ethersproject/address": ">=5.0.0-beta.134",
"@ethersproject/bignumber": ">=5.0.0-beta.138",
"@ethersproject/bytes": ">=5.0.0-beta.137",
"@ethersproject/constants": ">=5.0.0-beta.133",
"@ethersproject/keccak256": ">=5.0.0-beta.131",
"@ethersproject/logger": ">=5.0.0-beta.137",
"@ethersproject/properties": ">=5.0.0-beta.140",
"@ethersproject/rlp": ">=5.0.0-beta.132",
"@ethersproject/signing-key": ">=5.0.0-beta.135"
},
"description": "Utilities for decoding and encoding Ethereum transaction for ethers.",
"ethereum": "donations.ethers.eth",
"keywords": [
"Ethereum",
"ethers"
],
"license": "MIT",
"main": "./lib/index.js",
"module": "./lib.esm/index.js",
"name": "@ethersproject/transactions",
"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": "0x853e3b9ebf1cbfba22c64dcdcc46061cb8d4339f8c00d48ff29c72b647f77ca7",
"types": "./lib/index.d.ts",
"version": "5.0.0-beta.136"
}