36 lines
1021 B
JSON
36 lines
1021 B
JSON
{
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
"dependencies": {
|
|
"@ethersproject/bignumber": "^5.0.7",
|
|
"@ethersproject/bytes": "^5.0.4",
|
|
"@ethersproject/logger": "^5.0.5",
|
|
"@ethersproject/networks": "^5.0.3",
|
|
"@ethersproject/properties": "^5.0.3",
|
|
"@ethersproject/transactions": "^5.0.5",
|
|
"@ethersproject/web": "^5.0.6"
|
|
},
|
|
"description": "An Abstract Class for describing an Ethereum Provider for ethers.",
|
|
"ethereum": "donations.ethers.eth",
|
|
"keywords": [
|
|
"Ethereum",
|
|
"ethers"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./lib/index.js",
|
|
"module": "./lib.esm/index.js",
|
|
"name": "@ethersproject/abstract-provider",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"tarballHash": "0x87fdc7d7ee69d8c228c0e6946be702acd027a832b5a3deaa5b60e3c9f7110e58",
|
|
"types": "./lib/index.d.ts",
|
|
"version": "5.0.5"
|
|
}
|