38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
"dependencies": {
|
|
"@ethersproject/address": "^5.0.0",
|
|
"@ethersproject/bignumber": "^5.0.0",
|
|
"@ethersproject/bytes": "^5.0.0",
|
|
"@ethersproject/constants": "^5.0.0",
|
|
"@ethersproject/keccak256": "^5.0.0",
|
|
"@ethersproject/logger": "^5.0.0",
|
|
"@ethersproject/properties": "^5.0.0",
|
|
"@ethersproject/rlp": "^5.0.0",
|
|
"@ethersproject/signing-key": "^5.0.0"
|
|
},
|
|
"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": "0xd3bfec5c1596b431a07fa0fbe9e7da6019394fc3cdd5ae76a340fcfb0dd12cbd",
|
|
"types": "./lib/index.d.ts",
|
|
"version": "5.0.2"
|
|
}
|