59 lines
2.2 KiB
JSON
59 lines
2.2 KiB
JSON
{
|
|
"name": "ethers",
|
|
"version": "5.0.0-beta.160",
|
|
"description": "Umbrella package for most common Ethers libraries.",
|
|
"main": "./lib/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"@ethersproject/abi": ">=5.0.0-beta.137",
|
|
"@ethersproject/abstract-provider": ">=5.0.0-beta.131",
|
|
"@ethersproject/abstract-signer": ">=5.0.0-beta.132",
|
|
"@ethersproject/address": ">=5.0.0-beta.128",
|
|
"@ethersproject/base64": ">=5.0.0-beta.126",
|
|
"@ethersproject/bignumber": ">=5.0.0-beta.130",
|
|
"@ethersproject/bytes": ">=5.0.0-beta.129",
|
|
"@ethersproject/constants": ">=5.0.0-beta.128",
|
|
"@ethersproject/contracts": ">=5.0.0-beta.137",
|
|
"@ethersproject/hash": ">=5.0.0-beta.128",
|
|
"@ethersproject/hdnode": ">=5.0.0-beta.130",
|
|
"@ethersproject/json-wallets": ">=5.0.0-beta.129",
|
|
"@ethersproject/keccak256": ">=5.0.0-beta.127",
|
|
"@ethersproject/logger": ">=5.0.0-beta.129",
|
|
"@ethersproject/networks": ">=5.0.0-beta.129",
|
|
"@ethersproject/pbkdf2": ">=5.0.0-beta.127",
|
|
"@ethersproject/properties": ">=5.0.0-beta.131",
|
|
"@ethersproject/providers": ">=5.0.0-beta.141",
|
|
"@ethersproject/random": ">=5.0.0-beta.128",
|
|
"@ethersproject/rlp": ">=5.0.0-beta.126",
|
|
"@ethersproject/sha2": ">=5.0.0-beta.129",
|
|
"@ethersproject/signing-key": ">=5.0.0-beta.129",
|
|
"@ethersproject/solidity": ">=5.0.0-beta.126",
|
|
"@ethersproject/strings": ">=5.0.0-beta.130",
|
|
"@ethersproject/transactions": ">=5.0.0-beta.128",
|
|
"@ethersproject/units": ">=5.0.0-beta.127",
|
|
"@ethersproject/wallet": ">=5.0.0-beta.130",
|
|
"@ethersproject/web": ">=5.0.0-beta.129",
|
|
"@ethersproject/wordlists": ">=5.0.0-beta.128"
|
|
},
|
|
"browser": "./dist/ethers.umd.js",
|
|
"keywords": [
|
|
"Ethereum",
|
|
"ethers"
|
|
],
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"tag": "next"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
|
},
|
|
"module": "./dist/ethers.esm.js",
|
|
"types": "./lib/index.d.ts",
|
|
"ethereum": "donations.ethers.eth",
|
|
"tarballHash": "0xc5beab5b0414d554e5cdc0e316af832c83055debae95c860e6a85abdb85f4396"
|
|
}
|