ethers.js/packages/networks/package.json

27 lines
640 B
JSON

{
"name": "@ethersproject/networks",
"version": "5.0.0-beta.127",
"description": "Network definitions for ethers.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@ethersproject/logger": ">5.0.0-beta.0"
},
"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": "0x5eb4c39fd89a0c50dd981c91ddb95c9c1cdcc6586ffc29a5b3fa75dad9cf59d1"
}