48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
"dependencies": {
|
|
"@ethersproject/bignumber": "^5.4.0",
|
|
"@ethersproject/bytes": "^5.4.0",
|
|
"@ethersproject/logger": "^5.4.0",
|
|
"@ethersproject/networks": "^5.4.0",
|
|
"@ethersproject/properties": "^5.4.0",
|
|
"@ethersproject/transactions": "^5.4.0",
|
|
"@ethersproject/web": "^5.4.0"
|
|
},
|
|
"description": "An Abstract Class for describing an Ethereum Provider for ethers.",
|
|
"ethereum": "donations.ethers.eth",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
},
|
|
{
|
|
"type": "individual",
|
|
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"Ethereum",
|
|
"ethers"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./lib/index.js",
|
|
"module": "./lib.esm/index.js",
|
|
"name": "@ethersproject/abstract-provider",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"directory": "packages/abstract-provider",
|
|
"type": "git",
|
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"sideEffects": false,
|
|
"tarballHash": "0x98d00d08cd419d97002adac0ea555bb5e5c98a1221c71480d168ac666b1c01fb",
|
|
"types": "./lib/index.d.ts",
|
|
"version": "5.4.1"
|
|
}
|