package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "author": "Richard Moore <me@ricmoo.com>",
  3. "dependencies": {
  4. "@ethersproject/bytes": "^5.6.0",
  5. "@ethersproject/properties": "^5.6.0"
  6. },
  7. "description": "Base-X without Buffer.",
  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. ],
  24. "license": "MIT",
  25. "main": "./lib/index.js",
  26. "module": "./lib.esm/index.js",
  27. "name": "@ethersproject/basex",
  28. "publishConfig": {
  29. "access": "public"
  30. },
  31. "repository": {
  32. "directory": "packages/basex",
  33. "type": "git",
  34. "url": "git://github.com/ethers-io/ethers.js.git"
  35. },
  36. "scripts": {
  37. "test": "echo \"Error: no test specified\" && exit 1"
  38. },
  39. "sideEffects": false,
  40. "tarballHash": "0xbf7b3bbf0b60b03db8b9d8d92d0e18d4c9f2bb265472fa693a8eac16850f3f37",
  41. "types": "./lib/index.d.ts",
  42. "version": "5.6.0"
  43. }