{ "author": "Richard Moore ", "dependencies": { "@ethersproject/bytes": "^6.0.0-beta.1", "@ethersproject/logger": "^6.0.0-beta.1", "@ethersproject/properties": "^6.0.0-beta.1", "@ethersproject/strings": "^6.0.0-beta.1" }, "description": "Web fetching Utilities for ethers.", "engines": { "node": ">=12.17.0" }, "ethereum": "donations.ethers.eth", "keywords": [ "Ethereum", "ethers" ], "license": "MIT", "main": "./lib/index.js", "name": "@ethersproject/web", "publishConfig": { "access": "public", "tag": "beta" }, "repository": { "directory": "packages/web", "type": "git", "url": "git://github.com/ethers-io/ethers.js.git" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "sideEffects": false, "type": "module", "types": "./lib/index.d.ts", "version": "6.0.0-beta.1" }