40 lines
987 B
JSON
40 lines
987 B
JSON
{
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
"dependencies": {},
|
|
"description": "Logger utility functions for ethers.",
|
|
"ethereum": "donations.ethers.eth",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
},
|
|
{
|
|
"type": "individual",
|
|
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"Ethereum",
|
|
"ethers"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./lib/index.js",
|
|
"module": "./lib.esm/index.js",
|
|
"name": "@ethersproject/logger",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"directory": "packages/logger",
|
|
"type": "git",
|
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"sideEffects": false,
|
|
"tarballHash": "0xafec74fbd3f89f5f686d1337a4fa8102a7a8a5cc0ae925ac4da4426ae4bd5b09",
|
|
"types": "./lib/index.d.ts",
|
|
"version": "5.4.1"
|
|
}
|