package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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/bytes": "^5.6.0",
  7. "@ethersproject/hdnode": "^5.6.0",
  8. "@ethersproject/keccak256": "^5.6.0",
  9. "@ethersproject/logger": "^5.6.0",
  10. "@ethersproject/pbkdf2": "^5.6.0",
  11. "@ethersproject/properties": "^5.6.0",
  12. "@ethersproject/random": "^5.6.0",
  13. "@ethersproject/strings": "^5.6.0",
  14. "@ethersproject/transactions": "^5.6.0",
  15. "aes-js": "3.0.0",
  16. "scrypt-js": "3.0.1"
  17. },
  18. "description": "Wallet management utilities for KeyStore and Crowdsale JSON wallets.",
  19. "ethereum": "donations.ethers.eth",
  20. "funding": [
  21. {
  22. "type": "individual",
  23. "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
  24. },
  25. {
  26. "type": "individual",
  27. "url": "https://www.buymeacoffee.com/ricmoo"
  28. }
  29. ],
  30. "gitHead": "b8cda5dffdcb688e38d7c6a0aec4c7b8b59c1af5",
  31. "keywords": [
  32. "Ethereum",
  33. "ethers"
  34. ],
  35. "license": "MIT",
  36. "main": "./lib/index.js",
  37. "module": "./lib.esm/index.js",
  38. "name": "@ethersproject/json-wallets",
  39. "publishConfig": {
  40. "access": "public"
  41. },
  42. "repository": {
  43. "directory": "packages/json-wallets",
  44. "type": "git",
  45. "url": "git://github.com/ethers-io/ethers.js.git"
  46. },
  47. "scripts": {
  48. "test": "echo \"Error: no test specified\" && exit 1"
  49. },
  50. "sideEffects": false,
  51. "tarballHash": "0x1eb95dbfcd029f96174ce869a3999ad4bd55e6f9e3929517e36735279e2c347b",
  52. "types": "./lib/index.d.ts",
  53. "version": "5.6.0"
  54. }