{ "author": "Richard Moore ", "browser": "./lib/browser.js", "browser.esm": "./lib.esm/browser.js", "browser.umd": "./lib/browser.js", "dependencies": { "@ethersproject/bytes": "^5.0.4", "@ethersproject/logger": "^5.0.5" }, "description": "Random utility functions for ethers.", "ethereum": "donations.ethers.eth", "keywords": [ "Ethereum", "ethers", "random" ], "license": "MIT", "main": "./lib/index.js", "module": "./lib.esm/index.js", "name": "@ethersproject/random", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git://github.com/ethers-io/ethers.js.git" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "tarballHash": "0x075d32afd4747ad55567bb9ff2da736a10911e202c04e9c61ba879688c82442a", "types": "./lib/index.d.ts", "version": "5.0.4" }