UNPKG

@coinmeca/ethers

Version:

Solidty helpers and utilities for using ethers.

101 lines (100 loc) 2.7 kB
{ "name": "@coinmeca/ethers", "description": "Solidty helpers and utilities for using ethers.", "version": "2.8.5", "keywords": [ "coinmeca", "smart-contract", "solidity", "ethereum", "ethers", "ether", "helper", "utility", "eip", "2535", "eip2535", "eip-2535", "diamond", "diamond pattern" ], "repository": { "type": "git", "url": "https://github.com/Coinmeca/ethers" }, "author": "Coinmeca Team <dev@coinmeca.net>", "license": "MIT", "sideEffects": false, "type": "commonjs", "main": "./dist/index.js", "types": "./dist/index.d.ts", "typings": "./dist/index.d.js", "files": [ "./dist" ], "exports": { ".": "./dist/index.js", "./*": [ "./dist/*.js", "./dist/*/index.js" ] }, "typesVersions": { "*": { "*": [ "./dist/*", "./dist/*/index", "./dist/index", "./dist/artifaces/*.json" ] } }, "scripts": { "watch": "tsc --watch", "build": "tsc --build && tsc-alias && tscp", "clean": "rimraf ./dist ./build ./tsconfig.tsbuildinfo ./node_modules/.cache", "deploy": "npm publish", "prebuild": "yarn clean" }, "devDependencies": { "@commitlint/cli": "^18.4.2", "@commitlint/config-conventional": "^18.4.2", "@nomicfoundation/hardhat-chai-matchers": "^2.0.2", "@nomicfoundation/hardhat-ethers": "^3.0.5", "@nomicfoundation/hardhat-network-helpers": "^1.0.8", "@nomicfoundation/hardhat-toolbox": "^4.0.0", "@nomiclabs/hardhat-waffle": "^2.0.1", "@typechain/ethers-v6": "^0.5.1", "@typechain/hardhat": "^9.1.0", "@types/chai": "^4.3.10", "chai": "^4.3.10", "ethers": "^6.8.1", "hardhat": "^2.19.1", "tsc-alias": "^1.8.7", "tscp": "^1.0.0", "typescript": "^5.2.2", "typescript-cp": "^0.1.9" }, "peerDependencies": { "ts-node": "*", "typescript": "*" }, "peerDependenciesMeta": { "ts-node": { "optional": true }, "typescript": { "optional": true } }, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "engines": { "node": ">=20.0.0" }, "engineStrict": true, "packageManager": "yarn@4.9.2" }