ethers.js/packages/logger/package.json

27 lines
682 B
JSON
Raw Normal View History

2019-08-02 01:04:06 +03:00
{
"name": "@ethersproject/logger",
2019-11-20 12:57:38 +03:00
"version": "5.0.0-beta.132",
2019-08-02 01:04:06 +03:00
"description": "Logger utility functions for ethers.",
"main": "./lib/index.js",
2019-08-02 01:04:06 +03:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Ethereum",
"ethers"
],
"author": "Richard Moore <me@ricmoo.com>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
"module": "./lib.esm/index.js",
"types": "./lib/index.d.ts",
2019-09-08 09:46:53 +03:00
"ethereum": "donations.ethers.eth",
2019-11-20 12:57:38 +03:00
"tarballHash": "0xa201651a34c56b1f3cc7e4c24064f0ad37f3f8c0199160d25906a111cc7530f6"
2019-08-02 01:04:06 +03:00
}