35 lines
1.0 KiB
JSON
35 lines
1.0 KiB
JSON
{
|
|
"name": "@ethersproject/transactions",
|
|
"version": "5.0.0-beta.127",
|
|
"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",
|
|
"@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"
|
|
},
|
|
"tarballHash": "0x48a9f535708cc0252492a8b2a17d6d18fb3e5893e7826875def2ad584f59e1a0"
|
|
}
|