UNPKG

@abstraxn/bundler

Version:

Abstraxn Bundler package to interact with any bundler node as per ERC4337 standard

35 lines (34 loc) 805 B
{ "name": "@abstraxn/bundler", "version": "0.0.21", "description": "Abstraxn Bundler package to interact with any bundler node as per ERC4337 standard", "main": "./dist/src/index.js", "typings": "./dist/src/index.d.ts", "keywords": [ "Ethereum", "Bundler", "Relayer", "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/common": "^0.0.22", "@abstraxn/core-types": "^0.0.15", "@ethersproject/providers": "^5.7.2", "ethers": "^5.7.0" } }