27 lines
663 B
JSON
27 lines
663 B
JSON
|
{
|
||
|
"name": "@ethersproject/random",
|
||
|
"version": "5.0.0-beta.124",
|
||
|
"description": "Random utility functions for ethers.",
|
||
|
"main": "index.js",
|
||
|
"browser": "browser.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@ethersproject/bytes": ">5.0.0-beta.0",
|
||
|
"@ethersproject/errors": ">5.0.0-beta.0",
|
||
|
"@types/node": "^10.3.2"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"Ethereum",
|
||
|
"ethers",
|
||
|
"random"
|
||
|
],
|
||
|
"author": "Richard Moore <me@ricmoo.com>",
|
||
|
"license": "MIT",
|
||
|
"publishConfig": {
|
||
|
"access": "public"
|
||
|
},
|
||
|
"tarballHash": "0x8c5e3559cbbd8dd93f0badc75c974ef48a349354acf66eba819475d676c076b7"
|
||
|
}
|