ethers.js/packages/networks/package.json

29 lines
714 B
JSON
Raw Normal View History

2019-05-15 01:25:46 +03:00
{
"name": "@ethersproject/networks",
"version": "5.0.0-beta.129",
2019-05-15 01:25:46 +03:00
"description": "Network definitions for ethers.",
"main": "./lib/index.js",
2019-05-15 01:25:46 +03:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@ethersproject/logger": ">=5.0.0-beta.129"
2019-05-15 01:25:46 +03:00
},
"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"
2019-05-15 01:25:46 +03:00
}