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