package.json 1.3 KB

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