UNPKG

@abstraxn/account

Version:

@abstraxn/account: Empower ERC-4337 smart accounts with seamless APIs for enhanced decentralized finance experiences.

42 lines (41 loc) 1.09 kB
{ "name": "@abstraxn/account", "version": "2.0.33", "description": "@abstraxn/account: Empower ERC-4337 smart accounts with seamless APIs for enhanced decentralized finance experiences.", "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/bundler": "^0.0.21", "@abstraxn/common": "^0.0.22", "@abstraxn/core-types": "^0.0.15", "@abstraxn/modules": "^0.0.51", "@abstraxn/paymaster": "^0.0.21", "@ethersproject/providers": "^5.7.2", "ethers": "^5.7.2", "lru-cache": "^10.1.0", "rimraf": "^5.0.5", "typescript": "^5.1.3" }, "keywords": [ "abstraxn", "antier-solutions", "Ethereum", "Smart Account", "ERC-4337", "Account Abstraction", "Smart Contract Wallets", "SDK" ] }