UNPKG

ethers-tools

Version:

Contains tools for work with web3 contracts.

56 lines (55 loc) 1.13 kB
{ "name": "ethers-tools", "version": "2.4.7", "description": "Contains tools for work with web3 contracts.", "main": "./src/index.js", "types": "./types/index.d.ts", "type": "module", "scripts": { "test": "vitest --config vitest.config.js", "format": "npx prettier --write ." }, "repository": { "type": "git", "url": "https://github.com/neuroborus/ethers-tools.git" }, "engines": { "node": ">=18" }, "author": { "name": "neuroborus" }, "license": "MIT", "peerDependencies": { "ethers": "^6.0.0" }, "devDependencies": { "@trivago/prettier-plugin-sort-imports": "^5.2.2", "prettier": "^3.5.1", "vitest": "^3.0.6" }, "keywords": [ "ethers", "ethers.js", "ethereum", "smart contract", "multicall", "blockchain", "web3", "contract interaction", "contract call", "contract utils", "jsonrpc", "rpc provider", "multicall contract", "ethers contract", "abi", "decode data", "contract execution", "dapp development", "typescript", "javascript", "node", "jsdoc" ] }