{ "_ethers.alias": { "random.js": "browser-random.js" }, "author": "Richard Moore ", "browser": { "./lib/random": "./lib/browser-random.js" }, "dependencies": { "@ethersproject/bytes": "^5.0.9", "@ethersproject/logger": "^5.0.8" }, "description": "Random utility functions for ethers.", "ethereum": "donations.ethers.eth", "funding": [ { "type": "individual", "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" }, { "type": "individual", "url": "https://www.buymeacoffee.com/ricmoo" } ], "keywords": [ "Ethereum", "ethers", "random" ], "license": "MIT", "main": "./lib/index.js", "module": "./lib.esm/index.js", "name": "@ethersproject/random", "publishConfig": { "access": "public" }, "repository": { "directory": "packages/random", "type": "git", "url": "git://github.com/ethers-io/ethers.js.git" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "sideEffects": false, "tarballHash": "0x819d1f456c609752c157421b81ac5bbaeadcc94e2991981c401162a3f16ba999", "types": "./lib/index.d.ts", "version": "5.0.9" }