ethers.js/packages/logger/package.json
2020-02-26 10:06:48 +00:00

27 lines
682 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": "0xf02a5f6777b94d7a1052e025d73a1e55c15bad7b28c4f82db39a670441d1259f",
"types": "./lib/index.d.ts",
"version": "5.0.0-beta.135"
}