package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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": "b8cda5dffdcb688e38d7c6a0aec4c7b8b59c1af5",
  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": "0xe243d49b67d9f944231533353a87d3ffc5e55be0d5ad6d2ed7d152a8f5a2729a",
  40. "types": "./lib/index.d.ts",
  41. "version": "5.6.0"
  42. }