{
  "name": "@deserialize/multi-vm-wallet",
  "version": "1.6.4",
  "devDependencies": {
    "@types/bn.js": "^5.2.0",
    "@types/crypto-js": "^4.2.2",
    "@types/node": "^24.2.1",
    "@types/promise-retry": "^1.1.6",
    "ts-node-dev": "^2.0.0",
    "typescript": "^5.9.2"
  },
  "dependencies": {
    "@metaplex-foundation/mpl-token-metadata": "^3.4.0",
    "@metaplex-foundation/umi": "^1.4.1",
    "@metaplex-foundation/umi-bundle-defaults": "^1.4.1",
    "@noble/hashes": "^1.3.3",
    "@scure/bip32": "^2.0.1",
    "@scure/bip39": "^2.0.1",
    "@simplewebauthn/typescript-types": "^8.3.4",
    "@solana/spl-token": "^0.4.13",
    "@solana/web3.js": "^1.98.4",
    "@zerodev/hooks": "^5.3.4",
    "@zerodev/permissions": "^5.6.3",
    "@zerodev/sdk": "^5.5.7",
    "@zerodev/webauthn-key": "^5.5.0",
    "bignumber.js": "^9.3.1",
    "bn.js": "^5.2.2",
    "bs58": "^6.0.0",
    "crypto-js": "^4.2.0",
    "debonk-evm-sever-sdk": "^1.4.0",
    "ethers": "^6.15.0",
    "permissionless": "^0.3.2",
    "promise-retry": "^2.0.1",
    "tslib": "^2.8.1",
    "tweetnacl": "^1.0.3",
    "viem": "^2.43.4"
  },
  "description": "Multi VM Wallet",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "bun run build:tsc",
    "build:tsc": "tsc -p tsconfig.prod.json",
    "build:fast": "bun build utils/index.ts --outdir dist --target node --format cjs --sourcemap && tsc -p tsconfig.prod.json --emitDeclarationOnly",
    "build:dev": "tsc -p tsconfig.json",
    "build:watch": "tsc -p tsconfig.json --watch",
    "dev": "bun --watch utils/index.ts",
    "publish:sdk": "bun run build && npm publish --access=public"
  },
  "packageManager": "bun@1.3.1",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Bravark/deserialize-swap-sdk.git"
  },
  "keywords": [
    "wallet",
    "metamask"
  ],
  "author": "0xazach",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Bravark/deserialize-swap-sdk/issues"
  },
  "homepage": "https://github.com/Bravark/deserialize-swap-sdk#readme"
}
