package.json 1.2 KB

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