ethers.js/packages/networks/package.json

23 lines
544 B
JSON
Raw Normal View History

2019-05-15 01:25:46 +03:00
{
"name": "@ethersproject/networks",
"version": "5.0.0-beta.125",
"description": "Network definitions for ethers.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
2019-08-02 01:04:06 +03:00
"@ethersproject/logger": ">5.0.0-beta.0"
2019-05-15 01:25:46 +03:00
},
"keywords": [
"Ethereum",
"ethers"
],
"author": "Richard Moore <me@ricmoo.com>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"tarballHash": "0x00ddc55c9d4a55e9bdb76344f8fed34b0733a4e132666e505f227c40a91748f3"
}