{
  "name": "@biconomy-sdk-dev/account-abstraction",
  "version": "1.0.29",
  "description": "Account abstraction APIs to prepare user operations ",
  "keywords": [
    "account-abstraction",
    "sdk",
    "erc4337"
  ],
  "author": "livingrockrises <chirag@biconomy.io>",
  "homepage": "https://github.com/bcnmy/biconomy-client-sdk#readme",
  "license": "MIT",
  "main": "dist/src/index.js",
  "files": [
    "dist/*",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bcnmy/biconomy-client-sdk.git"
  },
  "scripts": {
    "clear": "rm -rf dist artifacts cache",
    "lint": "eslint -f unix .",
    "lint-fix": "eslint -f unix . --fix",
    "build": "hardhat compile && yarn typechain && tsc",
    "test": "hardhat test",
    "hardhat-test": "hardhat test",
    "tsc": "tsc",
    "watch-tsc": "tsc -w --preserveWatchOutput"
  },
  "bugs": {
    "url": "https://github.com/bcnmy/biconomy-client-sdk/issues"
  },
  "dependencies": {
    "@account-abstraction/contracts": "^0.6.0",
    "@account-abstraction/utils": "^0.5.0",
    "@biconomy-sdk-dev/common": "^2.0.2",
    "@ethersproject/abstract-provider": "^5.7.0",
    "@ethersproject/abstract-signer": "^5.7.0",
    "@ethersproject/networks": "^5.7.0",
    "@ethersproject/properties": "^5.7.0",
    "@ethersproject/providers": "^5.7.0",
    "@nomicfoundation/hardhat-network-helpers": "^1.0.6",
    "@nomiclabs/hardhat-ethers": "^2.0.0",
    "axios": "^1.3.4",
    "ethers": "^5.7.0",
    "hardhat": "^2.9.7",
    "solidity-coverage": "^0.7.22"
  },
  "devDependencies": {
    "@biconomy-sdk-dev/common": "^2.0.2",
    "@biconomy-sdk-dev/core-types": "^2.0.2",
    "@biconomy-sdk-dev/ethers-lib": "^1.0.29",
    "@biconomy-sdk-dev/transactions": "^2.0.2",
    "@nomicfoundation/hardhat-chai-matchers": "^1.0.3",
    "@nomicfoundation/hardhat-toolbox": "^1.0.2",
    "@nomiclabs/hardhat-ethers": "^2.0.0",
    "chai": "^4.3.6",
    "hardhat": "^2.9.7"
  },
  "gitHead": "186f19426aac8400014af17bd0ec29cb58c87b04"
}
