{
  "name": "@abstraxn/paymaster",
  "version": "0.0.21",
  "description": "Abstraxn 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",
    "Abstraxn",
    "SDK"
  ],
  "scripts": {
    "build": "rimraf dist && tsc"
  },
  "author": "Sandeep Jaiswal <sandeep.jaiswal@antiersolutions.com> (https://www.antiersolutions.com/)",
  "license": "MIT",
  "files": [
    "dist/*",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@abstraxn/core-types": "^0.0.15",
    "@ethersproject/abstract-provider": "^5.7.0",
    "@ethersproject/properties": "^5.7.0",
    "ethers": "^5.7.0",
    "typescript": "^5.3.3"
  }
}
