UNPKG

@biconomy-devx/ethers-lib

Version:

Ethers library adapter to be used by Biconomy SDK

59 lines (58 loc) 1.8 kB
{ "name": "@biconomy-devx/ethers-lib", "version": "1.0.17", "description": "Ethers library adapter to be used by Biconomy SDK", "main": "./dist/src/index.js", "typings": "./dist/src/index.d.ts", "keywords": [ "Ethereum", "SDK", "Ethers" ], "scripts": { "typechain": "ts-node scripts/generateTypechainFiles.ts", "unbuild": "rimraf dist artifacts cache .nyc_output typechain", "build": "hardhat compile && yarn typechain && tsc", "format": "prettier --write \"{src,tests,hardhat,scripts}/**/*.ts\"", "lint": "tslint -p tsconfig.json" }, "author": "Biconomy (https://biconomy.io)", "license": "MIT", "files": [ "dist/*", "README.md" ], "devDependencies": { "@nomiclabs/hardhat-ethers": "^2.1.0", "@nomiclabs/hardhat-waffle": "^2.0.3", "@typechain/ethers-v5": "^10.2.0", "@types/node": "^17.0.23", "@typescript-eslint/eslint-plugin": "^5.17.0", "@typescript-eslint/parser": "^5.17.0", "eslint": "^8.12.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.0.0", "ethers": "^5.5.3", "hardhat": "^2.9.2", "prettier": "^2.6.2", "ts-node": "^10.7.0", "typechain": "^8.1.1", "typescript": "^4.6.3" }, "publishConfig": { "access": "public" }, "dependencies": { "@account-abstraction/contracts": "^0.6.0", "@biconomy-devx/core-types": "^1.0.17", "@gnosis.pm/safe-core-sdk-utils": "^1.1.0", "@nomiclabs/hardhat-ethers": "^2.1.0", "@openzeppelin/contracts": "^4.8.1", "fallback-contracts-v1.0.0": "npm:@biconomy/fallback-gastank-contracts@1.0.0", "scw-contracts-v1.0.0": "npm:@biconomy/account-contracts@2.0.0" }, "peerDependencies": { "ethers": "^5.7.0" }, "gitHead": "b5e4723fb0e7ce81ff395f5aa1e7ef3f95afec10" }