ethers.js/packages/networks/package.json
2019-09-06 17:48:26 -04:00

29 lines
714 B
JSON

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