2019-05-15 01:25:46 +03:00
|
|
|
{
|
|
|
|
"name": "@ethersproject/transactions",
|
|
|
|
"version": "5.0.0-beta.125",
|
|
|
|
"description": "Error utility functions for ethers.",
|
|
|
|
"main": "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",
|
2019-08-02 01:04:06 +03:00
|
|
|
"@ethersproject/logger": ">5.0.0-beta.0",
|
2019-05-15 01:25:46 +03:00
|
|
|
"@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"
|
|
|
|
},
|
|
|
|
"tarballHash": "0xcaa03dc68a8040bf26aedad67d79f8d0b49800290842ddd2874cfa56ba3f6a50"
|
|
|
|
}
|