{
  "name": "@biconomy/paymaster",
  "version": "3.1.4",
  "description": "Biconomy Paymaster to interact with Paymaster Services that interacts with ( veriying and token ) paymasters",
  "main": "./dist/src/index.js",
  "typings": "./dist/src/index.d.ts",
  "keywords": [
    "Ethereum",
    "Veriying Paymaster",
    "Token Paymaster",
    "ERC4337",
    "Gasless Transaction",
    "Biconomy",
    "SDK"
  ],
  "scripts": {
    "unbuild": "rimraf dist *.tsbuildinfo",
    "build": "rimraf dist && tsc",
    "format": "prettier --write \"{src,tests}/**/*.ts\"",
    "lint": "tslint -p tsconfig.json",
    "test": "jest tests/**/*.spec.ts --runInBand",
    "test:file": "jest --config=../../jest.config.js --runInBand",
    "test:concurrently": "concurrently -k --success first 'yarn start:ganache > /dev/null'",
    "start:ganache": "ganache -m 'direct buyer cliff train rice spirit census refuse glare expire innocent quote'"
  },
  "author": "talhamalik883 <talha.malik@biconomy.io>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bcnmy/biconomy-client-sdk.git"
  },
  "license": "MIT",
  "files": [
    "dist/*",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@biconomy/common": "^3.1.4",
    "@biconomy/core-types": "^3.1.4",
    "@ethersproject/abstract-provider": "^5.7.0",
    "@ethersproject/properties": "^5.7.0",
    "ethers": "^5.7.0"
  },
  "gitHead": "4d418313662445d5eb6e1aabfbcea81000db6de1"
}
