@abstraxn/common
Version:
common utils to be used for aa transactions
35 lines (34 loc) • 781 B
JSON
{
"name": "@abstraxn/common",
"version": "0.0.22",
"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.15",
"rimraf": "^5.0.5",
"typescript": "^5.1.3"
},
"keywords": [
"abstraxn",
"antier-solutions",
"Ethereum",
"Smart Account",
"ERC-4337",
"Account Abstraction",
"Smart Contract Wallets",
"SDK"
]
}