package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "_ethers.alias": {
  3. "elliptic.js": "browser-elliptic.js"
  4. },
  5. "author": "Richard Moore <me@ricmoo.com>",
  6. "dependencies": {
  7. "@ethersproject/bytes": "^5.6.0",
  8. "@ethersproject/logger": "^5.6.0",
  9. "@ethersproject/properties": "^5.6.0",
  10. "bn.js": "^4.11.9",
  11. "elliptic": "6.5.4",
  12. "hash.js": "1.1.7"
  13. },
  14. "description": "Elliptic curve library functions for the secp256k1 curve.",
  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/signing-key",
  35. "publishConfig": {
  36. "access": "public"
  37. },
  38. "repository": {
  39. "directory": "packages/signing-key",
  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": "0xd46b04feacaea3dfa9abecbadc9fca733a0f039558f4a86efc68adb7f975eafe",
  48. "types": "./lib/index.d.ts",
  49. "version": "5.6.0"
  50. }