ethers.js/packages/logger/package.json

28 lines
700 B
JSON
Raw Normal View History

2019-08-02 01:04:06 +03:00
{
"author": "Richard Moore <me@ricmoo.com>",
2019-08-02 01:04:06 +03:00
"description": "Logger utility functions for ethers.",
"ethereum": "donations.ethers.eth",
2019-08-02 01:04:06 +03:00
"keywords": [
"Ethereum",
"ethers"
],
"license": "MIT",
"main": "./lib/index.js",
2020-11-15 01:42:36 +03:00
"module": "./lib.module/index.js",
"name": "@ethersproject/logger",
2019-08-02 01:04:06 +03:00
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
2020-11-15 01:42:36 +03:00
"sideEffects": false,
2020-09-23 06:18:45 +03:00
"tarballHash": "0xf9537798be6f9a5bf14202fe9222696f1340c305b68b14831fdb8d975c53de7d",
"types": "./lib/index.d.ts",
2020-09-23 06:18:45 +03:00
"version": "5.0.6"
2019-08-02 01:04:06 +03:00
}