ethers.js/packages/logger/package.json
2020-09-22 23:18:45 -04:00

28 lines
730 B
JSON

{
"author": "Richard Moore <me@ricmoo.com>",
"description": "Logger utility functions for ethers.",
"ethereum": "donations.ethers.eth",
"gitHead": "261eb04e97cdc1ff11e4716e9c7f421d681aceb1",
"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": "0xf9537798be6f9a5bf14202fe9222696f1340c305b68b14831fdb8d975c53de7d",
"types": "./lib/index.d.ts",
"version": "5.0.6"
}