UNPKG

@tetherto/wdk-wallet-evm-erc-4337

Version:

A simple package to manage BIP-32 wallets for evm blockchains, which implement the erc-4337 standard and its account abstraction features

64 lines (63 loc) 1.43 kB
{ "name": "@tetherto/wdk-wallet-evm-erc-4337", "version": "1.0.0-beta.3", "description": "A simple package to manage BIP-32 wallets for evm blockchains, which implement the erc-4337 standard and its account abstraction features", "keywords": [ "wdk", "wallet", "bip-32", "ethereum", "erc-4337" ], "author": "Tether", "license": "Apache-2.0", "repository": { "type": "git", "url": "git://github.com/tetherto/wdk-wallet-evm-erc-4337.git" }, "main": "index.js", "type": "module", "types": "./types", "scripts": { "build:types": "tsc", "lint": "standard", "lint:fix": "standard --fix" }, "dependencies": { "@tetherto/wdk-wallet": "^1.0.0-beta.1", "@tetherto/wdk-wallet-evm": "^1.0.0-beta.3", "@wdk-safe-global/relay-kit": "4.1.3", "bare-node-runtime": "^1.1.4", "ethers": "6.14.4" }, "devDependencies": { "standard": "17.1.2", "typescript": "5.8.3" }, "overrides": { "axios": "1.12.2", "cookie": "1.0.2", "tmp": "0.2.5", "ws": "8.18.3" }, "exports": { ".": { "types": "./types/index.d.ts", "bare": "./bare.js", "default": "./index.js" }, "./package": { "default": "./package.json" } }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "standard": { "ignore": [ "bare.js", "tests/**/*.js" ] } }