{
  "name": "@abstraxn/common",
  "version": "0.0.21",
  "description": "common utils to be used for aa transactions",
  "main": "dist/src/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "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.13",
    "rimraf": "^5.0.5",
    "typescript": "^5.1.3"
  },
  "keywords": [
    "abstraxn",
    "antier-solutions",
    "Ethereum",
    "Smart Account",
    "ERC-4337",
    "Account Abstraction",
    "Smart Contract Wallets",
    "SDK"
  ]
}
