package.json 1.4 KB

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