{
  "name": "@biconomy/smart-account",
  "version": "2.0.2",
  "description": "Biconomy Client SDK types",
  "main": "./dist/src/index.js",
  "typings": "./dist/src/index.d.ts",
  "keywords": [
    "Ethereum",
    "Gnosis",
    "Biconomy",
    "SDK"
  ],
  "scripts": {
    "unbuild": "rimraf dist *.tsbuildinfo",
    "build": "rimraf dist && tsc",
    "test": "yarn test:concurrently 'yarn test:run'",
    "test:file": "TS_NODE_PROJECT=../../tsconfig.json mocha -r ts-node/register --timeout 30000",
    "test:concurrently": "concurrently -k --success first 'yarn start:ganache > /dev/null'",
    "test:run": "yarn test:file tests/**/*.spec.ts",
    "start:ganache": "ganache -m 'direct buyer cliff train rice spirit census refuse glare expire innocent quote'",
    "format": "prettier --write \"{src,tests}/**/*.ts\"",
    "lint": "tslint -p tsconfig.json"
  },
  "author": "Biconomy (https://biconomy.io)",
  "license": "MIT",
  "files": [
    "dist/*",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@nomiclabs/hardhat-ethers": "^2.1.0",
    "@types/jest": "^28.1.7",
    "@types/lodash": "^4.14.188",
    "@types/mocha": "^9.1.1",
    "@types/node": "^17.0.23",
    "@typescript-eslint/eslint-plugin": "^5.17.0",
    "@typescript-eslint/parser": "^5.17.0",
    "chai": "^4.3.6",
    "chai-as-promised": "^7.1.1",
    "eslint": "^8.12.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.0.0",
    "ethers": "^5.5.3",
    "jest-cli": "^28.1.3",
    "nock": "^13.2.9",
    "prettier": "^2.6.2",
    "typescript": "^4.7.4",
    "web3-core": "^1.7.1"
  },
  "dependencies": {
    "@0xsequence/network": "^0.41.0",
    "@biconomy/account-abstraction": "^2.0.1",
    "@biconomy/core-types": "^2.0.2",
    "@biconomy/ethers-lib": "^2.0.1",
    "@biconomy/node-client": "^2.0.1",
    "@biconomy/relayer": "^2.0.1",
    "@biconomy/transactions": "^2.0.2",
    "@ethersproject/bignumber": "^5.6.0",
    "@ethersproject/contracts": "^5.6.0",
    "@ethersproject/providers": "^5.7.0",
    "@gnosis.pm/safe-deployments": "^1.12.0",
    "@nomiclabs/hardhat-ethers": "^2.1.0",
    "@types/mocha": "^9.1.1",
    "concurrently": "^7.4.0",
    "lodash": "^4.17.21"
  },
  "gitHead": "737634190a689b9dde77105aa717fc8ee3136223"
}
