36 lines
907 B
JSON
36 lines
907 B
JSON
{
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
"browser": "./lib/browser.js",
|
|
"dependencies": {
|
|
"@ethersproject/bytes": ">=5.0.0-beta.129",
|
|
"@ethersproject/logger": ">=5.0.0-beta.129"
|
|
},
|
|
"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": "0x6ed3e2f05cd31c30358878f837a03afd8227ae4e822d22e8589233d2e10f37f8",
|
|
"types": "./lib/index.d.ts",
|
|
"version": "5.0.0-beta.133"
|
|
}
|