package.json 1.0 KB

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