2022-04-11 17:09:17 -04:00
|
|
|
{
|
|
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
|
|
"dependencies": {
|
2022-04-19 04:50:19 -04:00
|
|
|
"@ethersproject/abi": "6.0.0-beta.3",
|
2022-04-17 03:13:04 -04:00
|
|
|
"@ethersproject/address": "6.0.0-beta.2",
|
2022-04-17 04:31:42 -04:00
|
|
|
"@ethersproject/bytes": "6.0.0-beta.3",
|
|
|
|
"@ethersproject/contract": "6.0.0-beta.4",
|
2022-04-17 03:13:04 -04:00
|
|
|
"@ethersproject/crypto": "6.0.0-beta.2",
|
2022-04-20 17:31:06 -04:00
|
|
|
"@ethersproject/hash": "6.0.0-beta.7",
|
|
|
|
"@ethersproject/logger": "6.0.0-beta.7",
|
2022-04-17 03:13:04 -04:00
|
|
|
"@ethersproject/math": "6.0.0-beta.3",
|
2022-04-20 17:31:06 -04:00
|
|
|
"@ethersproject/properties": "6.0.0-beta.6",
|
|
|
|
"@ethersproject/providers": "6.0.0-beta.8",
|
2022-04-17 03:13:04 -04:00
|
|
|
"@ethersproject/rlp": "6.0.0-beta.2",
|
|
|
|
"@ethersproject/signing-key": "6.0.0-beta.2",
|
|
|
|
"@ethersproject/strings": "6.0.0-beta.2",
|
2022-04-17 04:31:42 -04:00
|
|
|
"@ethersproject/transaction": "6.0.0-beta.2",
|
2022-04-20 17:31:06 -04:00
|
|
|
"@ethersproject/wallet": "6.0.0-beta.8",
|
|
|
|
"@ethersproject/web": "6.0.0-beta.6",
|
2022-04-17 03:13:04 -04:00
|
|
|
"@ethersproject/wordlists": "6.0.0-beta.2"
|
2022-04-11 17:09:17 -04:00
|
|
|
},
|
|
|
|
"description": "Ethereum Providers for ethers.",
|
2022-04-14 04:51:35 -04:00
|
|
|
"engines": {
|
|
|
|
"node": ">=12.17.0"
|
|
|
|
},
|
2022-04-11 17:09:17 -04:00
|
|
|
"ethereum": "donations.ethers.eth",
|
|
|
|
"keywords": [
|
|
|
|
"Ethereum",
|
|
|
|
"ethers"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"main": "./lib/index.js",
|
|
|
|
"name": "ethers",
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public",
|
|
|
|
"tag": "beta"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"directory": "packages/ethers",
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
|
|
|
},
|
2022-04-14 04:51:35 -04:00
|
|
|
"reticulate": {
|
|
|
|
"bumpDependencies": [
|
|
|
|
"@ethersproject/abi",
|
|
|
|
"@ethersproject/address",
|
|
|
|
"@ethersproject/bytes",
|
|
|
|
"@ethersproject/contract",
|
|
|
|
"@ethersproject/crypto",
|
|
|
|
"@ethersproject/hash",
|
|
|
|
"@ethersproject/logger",
|
|
|
|
"@ethersproject/math",
|
|
|
|
"@ethersproject/properties",
|
|
|
|
"@ethersproject/providers",
|
|
|
|
"@ethersproject/rlp",
|
|
|
|
"@ethersproject/signing-key",
|
|
|
|
"@ethersproject/strings",
|
2022-04-17 04:31:42 -04:00
|
|
|
"@ethersproject/transaction",
|
2022-04-14 04:51:35 -04:00
|
|
|
"@ethersproject/wallet",
|
|
|
|
"@ethersproject/web",
|
|
|
|
"@ethersproject/wordlists"
|
|
|
|
]
|
|
|
|
},
|
2022-04-11 17:09:17 -04:00
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"sideEffects": false,
|
|
|
|
"type": "module",
|
|
|
|
"types": "./lib/index.d.ts",
|
2022-04-20 17:31:06 -04:00
|
|
|
"version": "6.0.0-beta.9"
|
2022-04-11 17:09:17 -04:00
|
|
|
}
|