2019-05-15 01:25:46 +03:00
|
|
|
{
|
2019-11-23 15:38:13 +03:00
|
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
2020-11-15 01:42:36 +03:00
|
|
|
"browser-old": "./dist/ethers.umd.js",
|
2019-05-15 01:25:46 +03:00
|
|
|
"dependencies": {
|
2020-11-17 07:07:24 +03:00
|
|
|
"@ethersproject/abi": "5.0.8",
|
|
|
|
"@ethersproject/abstract-provider": "5.0.6",
|
|
|
|
"@ethersproject/abstract-signer": "5.0.8",
|
|
|
|
"@ethersproject/address": "5.0.6",
|
|
|
|
"@ethersproject/base64": "5.0.5",
|
|
|
|
"@ethersproject/basex": "5.0.5",
|
|
|
|
"@ethersproject/bignumber": "5.0.9",
|
|
|
|
"@ethersproject/bytes": "5.0.6",
|
|
|
|
"@ethersproject/constants": "5.0.6",
|
|
|
|
"@ethersproject/contracts": "5.0.6",
|
|
|
|
"@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.15",
|
|
|
|
"@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.8",
|
|
|
|
"@ethersproject/web": "5.0.10",
|
|
|
|
"@ethersproject/wordlists": "5.0.6"
|
2019-05-15 01:25:46 +03:00
|
|
|
},
|
2019-11-23 15:38:13 +03:00
|
|
|
"description": "Umbrella package for most common Ethers libraries.",
|
|
|
|
"ethereum": "donations.ethers.eth",
|
2019-05-15 01:25:46 +03:00
|
|
|
"keywords": [
|
|
|
|
"Ethereum",
|
|
|
|
"ethers"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
2019-11-23 15:38:13 +03:00
|
|
|
"main": "./lib/index.js",
|
2020-11-15 01:42:36 +03:00
|
|
|
"module": "./lib.esm/index.js",
|
2019-11-23 15:38:13 +03:00
|
|
|
"name": "ethers",
|
2019-08-03 08:27:20 +03:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
|
|
|
},
|
2019-11-23 15:38:13 +03:00
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
2020-11-15 01:42:36 +03:00
|
|
|
"sideEffects": false,
|
2020-11-17 07:07:24 +03:00
|
|
|
"tarballHash": "0x4aac00492cb43d7904d965c279ef87426d3ef1436c10fd31c6a7bdd10cc71055",
|
2019-09-01 06:56:02 +03:00
|
|
|
"types": "./lib/index.d.ts",
|
2020-11-17 07:07:24 +03:00
|
|
|
"version": "5.0.20"
|
2019-05-15 01:25:46 +03:00
|
|
|
}
|