package.json 1.1 KB

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