ethers.js/packages/logger/package.json
2021-03-30 15:22:45 -04:00

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": "0x773014d6567c4d86243cc06bbd1760af3eb4b2b6cb395a914c5b61a3ec89205d",
"types": "./lib/index.d.ts",
"version": "5.1.0"
}