{
  "name": "@biconomy/transactions",
  "version": "2.0.2",
  "description": "utils for sending all transaction legos",
  "main": "./dist/src/index.js",
  "typings": "./dist/src/index.d.ts",
  "keywords": [
    "legos",
    "batching",
    "one-click",
    "cross-chain"
  ],
  "author": "livingrockrises <chirag@biconomy.io>",
  "homepage": "https://github.com/bcnmy/biconomy-client-sdk#readme",
  "license": "MIT",
  "files": [
    "dist/*",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bcnmy/biconomy-client-sdk.git"
  },
  "scripts": {
    "unbuild": "rimraf dist *.tsbuildinfo",
    "build": "rimraf dist && tsc",
    "format": "prettier --write \"{src,tests}/**/*.ts\"",
    "lint": "tslint -p tsconfig.json"
  },
  "bugs": {
    "url": "https://github.com/bcnmy/biconomy-client-sdk/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@biconomy/common": "^2.0.2",
    "@biconomy/core-types": "^2.0.2",
    "@biconomy/ethers-lib": "^2.0.1",
    "@biconomy/node-client": "^2.0.1",
    "@biconomy/relayer": "^2.0.1",
    "@ethersproject/abstract-signer": "^5.6.2",
    "@ethersproject/constants": "^5.6.1",
    "ethereumjs-util": "^7.1.5",
    "ethers": "^5.7.0"
  },
  "gitHead": "737634190a689b9dde77105aa717fc8ee3136223"
}
