ethers-override
Version:
> ⚡🚀 SDK for `eth_call` override.
52 lines • 1.25 kB
JSON
{
"name": "ethers-override",
"version": "0.0.5",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/swapnet-xyz/ethers-override.git"
},
"license": "MIT",
"keywords": [
"ethers",
"eth_call",
"override",
"evm",
"smart contract"
],
"homepage": "https://github.com/swapnet-xyz/ethers-override#readme",
"scripts": {
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"build": "yarn build-esm",
"clean": "rm -rf node_modules dist",
"test": "jest",
"build-esm": "tsc"
},
"dependencies": {
"ethers": "^6.7.0",
"tslib": "2.4.0"
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/plugin-syntax-import-attributes": "^7.23.3",
"@babel/preset-env": "^7.23.7",
"@babel/preset-typescript": "^7.23.3",
"@jest/globals": "^29.7.0",
"@types/node": "^18.15.13",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"babel-jest": "^29.7.0",
"eslint": "^8.45.0",
"jest": "^29.7.0",
"typescript": "^5.0.4"
},
"browserslist": [
"chrome 52",
"node 7",
"edge 14"
],
"main": "./dist/index.js",
"type": "module"
}