36 lines
1021 B
JSON
36 lines
1021 B
JSON
{
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
"dependencies": {
|
|
"@ethersproject/bignumber": "^5.0.0",
|
|
"@ethersproject/bytes": "^5.0.0",
|
|
"@ethersproject/logger": "^5.0.0",
|
|
"@ethersproject/networks": "^5.0.0",
|
|
"@ethersproject/properties": "^5.0.0",
|
|
"@ethersproject/transactions": "^5.0.0",
|
|
"@ethersproject/web": "^5.0.0"
|
|
},
|
|
"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": "0x120c5b90fb0ce1be086365f497e10fa31cfecf28eb5f0c7c66ac9c6a12e2e27e",
|
|
"types": "./lib/index.d.ts",
|
|
"version": "5.0.2"
|
|
}
|