package.json 1.5 KB

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