{
  "name": "@biconomy-sdk/ethers-lib",
  "version": "1.0.26",
  "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": "^9.0.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": "^7.0.0",
    "typescript": "^4.6.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@biconomy-sdk/core-types": "*",
    "@gnosis.pm/safe-core-sdk-utils": "^1.1.0",
    "@nomiclabs/hardhat-ethers": "^2.1.0",
    "@openzeppelin/contracts": "^4.6.0",
    "scw-contracts-v1.0.0": "npm:scw-contracts@1.0.0",
    "scw-contracts-v1.0.1": "npm:scw-contracts@1.0.9"
  },
  "peerDependencies": {
    "ethers": "^5.5.3"
  },
  "gitHead": "da3610e2533172d6cef4b65664b1892c789ce376"
}
