{ "name": "@ethersproject/web", "version": "5.0.0-beta.129", "description": "Utility fucntions for managing web requests for ethers.", "main": "./lib/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "@ethersproject/base64": ">=5.0.0-beta.126", "@ethersproject/logger": ">=5.0.0-beta.129", "@ethersproject/properties": ">=5.0.0-beta.131", "@ethersproject/strings": ">=5.0.0-beta.130", "cross-fetch": "3.0.4" }, "keywords": [ "Ethereum", "ethers" ], "author": "Richard Moore ", "license": "MIT", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git://github.com/ethers-io/ethers.js.git" }, "module": "./lib.esm/index.js", "types": "./lib/index.d.ts", "tarballHash": "0x2761dff44f2b31971630f4ce8f929365941dbcf7f4a6f050a940466ed9a185de" }