27 lines
673 B
JSON
27 lines
673 B
JSON
{
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
"description": "Logger utility functions for ethers.",
|
|
"ethereum": "donations.ethers.eth",
|
|
"keywords": [
|
|
"Ethereum",
|
|
"ethers"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./lib/index.js",
|
|
"module": "./lib.esm/index.js",
|
|
"name": "@ethersproject/logger",
|
|
"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": "0x75ce3ac274d6c8a26cd8e25c2416916f7ed3906bca7561d3fed0a9bf116296af",
|
|
"types": "./lib/index.d.ts",
|
|
"version": "5.0.2"
|
|
}
|