38 lines
956 B
JSON
38 lines
956 B
JSON
{
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
"browser": "./lib/browser.js",
|
|
"browser.esm": "./lib.esm/browser.js",
|
|
"browser.umd": "./lib/browser.js",
|
|
"dependencies": {
|
|
"@ethersproject/bytes": "^5.0.0",
|
|
"@ethersproject/logger": "^5.0.0"
|
|
},
|
|
"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": "0xe9954c0486ba375d26d617e8a2d0ca143ecb300b4442b97f7fe99106752903ee",
|
|
"types": "./lib/index.d.ts",
|
|
"version": "5.0.1"
|
|
}
|