ethers.js/packages/random/package.json
2020-11-16 23:07:24 -05:00

39 lines
941 B
JSON

{
"_ethers.alias": {
"random.js": "browser-random.js"
},
"author": "Richard Moore <me@ricmoo.com>",
"browser": {
"./lib/random": "./lib/browser-random.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"
},
"sideEffects": false,
"tarballHash": "0x4a7b37a2e56ae759ac363b2ade2ba0286f6d2f6a79f46c56e267a16c62075cda",
"types": "./lib/index.d.ts",
"version": "5.0.5"
}