36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
"dependencies": {
|
|
"@ethersproject/bignumber": ">=5.0.0-beta.138",
|
|
"@ethersproject/bytes": ">=5.0.0-beta.137",
|
|
"@ethersproject/logger": ">=5.0.0-beta.137",
|
|
"@ethersproject/networks": ">=5.0.0-beta.136",
|
|
"@ethersproject/properties": ">=5.0.0-beta.140",
|
|
"@ethersproject/transactions": ">=5.0.0-beta.135",
|
|
"@ethersproject/web": ">=5.0.0-beta.138"
|
|
},
|
|
"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": "0xad8f4ccc09a03c47de713409293aed56225df32705cb364ece02ad8f10429b72",
|
|
"types": "./lib/index.d.ts",
|
|
"version": "5.0.0-beta.142"
|
|
}
|