69 lines
2.1 KiB
JSON
69 lines
2.1 KiB
JSON
{
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
"browser-old": "./dist/ethers.umd.js",
|
|
"dependencies": {
|
|
"@ethersproject/abi": "5.4.0",
|
|
"@ethersproject/abstract-provider": "5.4.1",
|
|
"@ethersproject/abstract-signer": "5.4.1",
|
|
"@ethersproject/address": "5.4.0",
|
|
"@ethersproject/base64": "5.4.0",
|
|
"@ethersproject/basex": "5.4.0",
|
|
"@ethersproject/bignumber": "5.4.1",
|
|
"@ethersproject/bytes": "5.4.0",
|
|
"@ethersproject/constants": "5.4.0",
|
|
"@ethersproject/contracts": "5.4.1",
|
|
"@ethersproject/hash": "5.4.0",
|
|
"@ethersproject/hdnode": "5.4.0",
|
|
"@ethersproject/json-wallets": "5.4.0",
|
|
"@ethersproject/keccak256": "5.4.0",
|
|
"@ethersproject/logger": "5.4.0",
|
|
"@ethersproject/networks": "5.4.2",
|
|
"@ethersproject/pbkdf2": "5.4.0",
|
|
"@ethersproject/properties": "5.4.0",
|
|
"@ethersproject/providers": "5.4.4",
|
|
"@ethersproject/random": "5.4.0",
|
|
"@ethersproject/rlp": "5.4.0",
|
|
"@ethersproject/sha2": "5.4.0",
|
|
"@ethersproject/signing-key": "5.4.0",
|
|
"@ethersproject/solidity": "5.4.0",
|
|
"@ethersproject/strings": "5.4.0",
|
|
"@ethersproject/transactions": "5.4.0",
|
|
"@ethersproject/units": "5.4.0",
|
|
"@ethersproject/wallet": "5.4.0",
|
|
"@ethersproject/web": "5.4.0",
|
|
"@ethersproject/wordlists": "5.4.0"
|
|
},
|
|
"description": "Umbrella package for most common Ethers libraries.",
|
|
"ethereum": "donations.ethers.eth",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
},
|
|
{
|
|
"type": "individual",
|
|
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"Ethereum",
|
|
"ethers"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./lib/index.js",
|
|
"module": "./lib.esm/index.js",
|
|
"name": "ethers",
|
|
"repository": {
|
|
"directory": "packages/ethers",
|
|
"type": "git",
|
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"sideEffects": false,
|
|
"tarballHash": "0x586000a5750fe06f8d8971c469a6d07062e0caa346098aab7085d13b35ad1d1e",
|
|
"types": "./lib/index.d.ts",
|
|
"version": "5.4.5"
|
|
}
|