UNPKG

1.08 kBJSONView Raw
1{
2 "author": "Richard Moore <me@ricmoo.com>",
3 "dependencies": {
4 "@ethersproject/logger": "^5.6.0"
5 },
6 "description": "Network definitions for ethers.",
7 "ethereum": "donations.ethers.eth",
8 "funding": [
9 {
10 "type": "individual",
11 "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
12 },
13 {
14 "type": "individual",
15 "url": "https://www.buymeacoffee.com/ricmoo"
16 }
17 ],
18 "gitHead": "9e57e71dc0b410d4b9408beb43e233a55463d331",
19 "keywords": [
20 "Ethereum",
21 "ethers"
22 ],
23 "license": "MIT",
24 "main": "./lib/index.js",
25 "module": "./lib.esm/index.js",
26 "name": "@ethersproject/networks",
27 "publishConfig": {
28 "access": "public"
29 },
30 "repository": {
31 "directory": "packages/networks",
32 "type": "git",
33 "url": "git://github.com/ethers-io/ethers.js.git"
34 },
35 "scripts": {
36 "test": "echo \"Error: no test specified\" && exit 1"
37 },
38 "sideEffects": false,
39 "tarballHash": "0x6494b2d6d9df9ecfc176e61716e69bf2533de921c8d42ff05273829793b78097",
40 "types": "./lib/index.d.ts",
41 "version": "5.6.2"
42}