package.json 1.2 KB

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