package.json 1.3 KB

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