package.json 1.1 KB

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