@fastlane-labs/shbundler-sdk
Version:
SDK for interacting with Fastlane's 4337 ShBundler
36 lines (35 loc) • 819 B
JSON
{
"name": "@fastlane-labs/shbundler-sdk",
"version": "1.0.22",
"description": "SDK for interacting with Fastlane's 4337 ShBundler",
"author": "Fastlane Labs",
"license": "MIT",
"keywords": ["4337", "account-abstraction", "bundler", "shbundler", "sdk", "fastlane"],
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"files": ["dist"],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"test": "vitest"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"tsup": "^8.5.0",
"typescript": "^5.8.3",
"vitest": "^3.2.4"
},
"dependencies": {
"permissionless": "^0.2.47",
"viem": "^2.31.4"
}
}