package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "_ethers.alias": {
  3. "geturl.js": "browser-geturl.js"
  4. },
  5. "author": "Richard Moore <me@ricmoo.com>",
  6. "browser": {
  7. "./lib/geturl": "./lib/browser-geturl.js"
  8. },
  9. "dependencies": {
  10. "@ethersproject/base64": "^5.6.0",
  11. "@ethersproject/bytes": "^5.6.0",
  12. "@ethersproject/logger": "^5.6.0",
  13. "@ethersproject/properties": "^5.6.0",
  14. "@ethersproject/strings": "^5.6.0"
  15. },
  16. "description": "Utility fucntions for managing web requests for ethers.",
  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/web",
  37. "publishConfig": {
  38. "access": "public"
  39. },
  40. "repository": {
  41. "directory": "packages/web",
  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": "0x7e94c77f934aa62ce0bd58546dd163a8a3f821ad64198ca8101ce6876800ed01",
  50. "types": "./lib/index.d.ts",
  51. "version": "5.6.0"
  52. }