| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "author": "Richard Moore <me@ricmoo.com>",
- "dependencies": {
- "@ethersproject/address": "^5.7.0",
- "@ethersproject/bignumber": "^5.7.0",
- "@ethersproject/bytes": "^5.7.0",
- "@ethersproject/constants": "^5.7.0",
- "@ethersproject/hash": "^5.7.0",
- "@ethersproject/keccak256": "^5.7.0",
- "@ethersproject/logger": "^5.7.0",
- "@ethersproject/properties": "^5.7.0",
- "@ethersproject/strings": "^5.7.0"
- },
- "description": "Utilities and Classes for parsing, formatting and managing Ethereum ABIs.",
- "ethereum": "donations.ethers.eth",
- "funding": [
- {
- "type": "individual",
- "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
- },
- {
- "type": "individual",
- "url": "https://www.buymeacoffee.com/ricmoo"
- }
- ],
- "gitHead": "ec1b9583039a14a0e0fa15d0a2a6082a2f41cf5b",
- "keywords": [
- "Ethereum",
- "ethers"
- ],
- "license": "MIT",
- "main": "./lib/index.js",
- "module": "./lib.esm/index.js",
- "name": "@ethersproject/abi",
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "directory": "packages/abi",
- "type": "git",
- "url": "git://github.com/ethers-io/ethers.js.git"
- },
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "sideEffects": false,
- "tarballHash": "0x76f6fd1617e7f7aacd876957111e5368a7e53b8aebf572b30f0f1a0cd2b4a603",
- "types": "./lib/index.d.ts",
- "version": "5.7.0"
- }
|