58 lines
1.9 KiB
JSON
58 lines
1.9 KiB
JSON
{
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
"browser-old": "./dist/ethers.umd.js",
|
|
"dependencies": {
|
|
"@ethersproject/abi": "5.0.9",
|
|
"@ethersproject/abstract-provider": "5.0.6",
|
|
"@ethersproject/abstract-signer": "5.0.8",
|
|
"@ethersproject/address": "5.0.7",
|
|
"@ethersproject/base64": "5.0.5",
|
|
"@ethersproject/basex": "5.0.5",
|
|
"@ethersproject/bignumber": "5.0.11",
|
|
"@ethersproject/bytes": "5.0.6",
|
|
"@ethersproject/constants": "5.0.6",
|
|
"@ethersproject/contracts": "5.0.7",
|
|
"@ethersproject/hash": "5.0.7",
|
|
"@ethersproject/hdnode": "5.0.6",
|
|
"@ethersproject/json-wallets": "5.0.8",
|
|
"@ethersproject/keccak256": "5.0.5",
|
|
"@ethersproject/logger": "5.0.7",
|
|
"@ethersproject/networks": "5.0.5",
|
|
"@ethersproject/pbkdf2": "5.0.5",
|
|
"@ethersproject/properties": "5.0.5",
|
|
"@ethersproject/providers": "5.0.16",
|
|
"@ethersproject/random": "5.0.5",
|
|
"@ethersproject/rlp": "5.0.5",
|
|
"@ethersproject/sha2": "5.0.5",
|
|
"@ethersproject/signing-key": "5.0.6",
|
|
"@ethersproject/solidity": "5.0.6",
|
|
"@ethersproject/strings": "5.0.6",
|
|
"@ethersproject/transactions": "5.0.7",
|
|
"@ethersproject/units": "5.0.7",
|
|
"@ethersproject/wallet": "5.0.9",
|
|
"@ethersproject/web": "5.0.10",
|
|
"@ethersproject/wordlists": "5.0.6"
|
|
},
|
|
"description": "Umbrella package for most common Ethers libraries.",
|
|
"ethereum": "donations.ethers.eth",
|
|
"keywords": [
|
|
"Ethereum",
|
|
"ethers"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./lib/index.js",
|
|
"module": "./lib.esm/index.js",
|
|
"name": "ethers",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"sideEffects": false,
|
|
"tarballHash": "0x38beb7068681fe952ad52a07652e4f090ba77ce9c5e50debea611326df651063",
|
|
"types": "./lib/index.d.ts",
|
|
"version": "5.0.22"
|
|
}
|