{ "author": "Richard Moore ", "browser": "./lib/browser.js", "browser.esm": "./lib.esm/browser.js", "browser.umd": "./lib/browser.js", "dependencies": { "@ethersproject/bytes": ">=5.0.0-beta.137", "@ethersproject/logger": ">=5.0.0-beta.137" }, "description": "Random utility functions for ethers.", "devDependencies": { "@types/node": "^12.7.4" }, "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": "0xdc4062a56ffee0446914c8c7b052d3d74b78c961dba739809f53765fb7b776b2", "types": "./lib/index.d.ts", "version": "5.0.0-beta.136" }