30 lines
774 B
JSON
30 lines
774 B
JSON
{
|
|
"name": "@ethersproject/web",
|
|
"version": "5.0.0-beta.125",
|
|
"description": "Error utility functions for ethers.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"@ethersproject/base64": ">5.0.0-beta.0",
|
|
"@ethersproject/errors": ">5.0.0-beta.0",
|
|
"@ethersproject/properties": ">5.0.0-beta.0",
|
|
"@ethersproject/strings": ">5.0.0-beta.0",
|
|
"node-fetch": "2.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node-fetch": "2.3.5"
|
|
},
|
|
"keywords": [
|
|
"Ethereum",
|
|
"ethers"
|
|
],
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"tarballHash": "0x992d517b898d7d5d41df04abe58d11a2840e4443d1614e32f2dfde4c6549f6a8"
|
|
}
|