24 lines
573 B
JSON
24 lines
573 B
JSON
{
|
|
"name": "@ethersproject/logger",
|
|
"version": "5.0.0-beta.128",
|
|
"description": "Logger utility functions for ethers.",
|
|
"main": "index.js",
|
|
"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"
|
|
},
|
|
"tarballHash": "0x990706768b6f7427838405daedfa9bde7f8b3a450612c5017b7bff8897c22857"
|
|
}
|