@fordefi/web3-provider
Advanced tools
Comparing version 0.1.0-dev.efa6606 to 0.1.0
{ | ||
"name": "@fordefi/web3-provider", | ||
"version": "0.1.0-dev.efa6606", | ||
"version": "0.1.0", | ||
"description": "Web3 Provider and signer compatible with EIP-1193", | ||
@@ -32,5 +32,5 @@ "author": "Gil Meir <gil@fordefi.com>", | ||
"clean": "rm -rf dist", | ||
"typecheck": "tsc --noEmit", | ||
"lint": "yarn eslint . --max-warnings=0", | ||
"lint:fix": "yarn lint --fix", | ||
"ts:check": "tsc --noEmit", | ||
"lint:check": "yarn eslint . --max-warnings=0 --no-warn-ignored", | ||
"lint:fix": "yarn lint:check --fix", | ||
"build": "yarn clean && tsup-node src/index.ts --format cjs,esm --dts", | ||
@@ -75,8 +75,4 @@ "test": "jest", | ||
"lint-staged": { | ||
"*.ts": ["eslint . --max-warnings=0 --fix"] | ||
}, | ||
"engines": { | ||
"node": "^18.16.1", | ||
"yarn": "~1.22.20" | ||
"*.ts": "yarn lint:fix" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
731943
19641