ethers.js/packages/logger/package.json

40 lines
987 B
JSON
Raw Permalink Normal View History

2019-08-01 18:04:06 -04:00
{
"author": "Richard Moore <me@ricmoo.com>",
2021-03-30 15:22:45 -04:00
"dependencies": {},
2019-08-01 18:04:06 -04:00
"description": "Logger utility functions for ethers.",
"ethereum": "donations.ethers.eth",
2020-11-23 19:23:11 -05:00
"funding": [
{
"type": "individual",
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
},
{
"type": "individual",
"url": "https://www.buymeacoffee.com/ricmoo"
}
],
2019-08-01 18:04:06 -04:00
"keywords": [
"Ethereum",
"ethers"
],
"license": "MIT",
"main": "./lib/index.js",
2020-11-16 23:07:24 -05:00
"module": "./lib.esm/index.js",
"name": "@ethersproject/logger",
2019-08-01 18:04:06 -04:00
"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"
},
2020-11-14 17:42:36 -05:00
"sideEffects": false,
2024-02-23 22:30:55 -05:00
"tarballHash": "0x5031d43ca82bad1539d4b8ca4a77f3741709eaf759b48bd5ea001b8a76d0a65e",
"types": "./lib/index.d.ts",
2024-02-23 22:30:55 -05:00
"version": "5.8.0"
2019-08-01 18:04:06 -04:00
}