package.json 1.1 KB

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