package.json 1.3 KB

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