2
0
mirror of synced 2025-02-24 20:18:07 +00:00

33 lines
942 B
JSON
Raw Normal View History

2019-05-14 18:25:46 -04:00
{
"name": "@ethersproject/abstract-provider",
2019-06-11 17:57:04 -04:00
"version": "5.0.0-beta.127",
2019-05-14 18:25:46 -04:00
"description": "Error utility functions for ethers.",
"main": "index.js",
"browser": {
"net": "./browser-net.js",
"./ipc-provider": "./browser-ipc-provider"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@ethersproject/bignumber": ">5.0.0-beta.0",
"@ethersproject/bytes": ">5.0.0-beta.0",
2019-08-01 18:04:06 -04:00
"@ethersproject/logger": ">5.0.0-beta.0",
2019-05-14 18:25:46 -04:00
"@ethersproject/networks": ">5.0.0-beta.0",
"@ethersproject/properties": ">5.0.0-beta.0",
"@ethersproject/transactions": ">5.0.0-beta.0",
"@ethersproject/web": ">5.0.0-beta.0"
},
"keywords": [
"Ethereum",
"ethers"
],
"author": "Richard Moore <me@ricmoo.com>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
2019-06-11 17:57:04 -04:00
"tarballHash": "0x600f6a57977cc87491325f019f663b18a783108c35ac4285250445afbc63eace"
2019-05-14 18:25:46 -04:00
}