{
    "name": "@wonderland/interop-addresses",
    "version": "0.8.0",
    "description": "Interoperable address utilities for cross-chain operations",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/defi-wonderland/interop-sdk.git",
        "directory": "packages/addresses"
    },
    "license": "MIT",
    "author": "Wonderland",
    "type": "module",
    "main": "./dist/src/index.js",
    "types": "./dist/src/index.d.ts",
    "directories": {
        "src": "src"
    },
    "files": [
        "dist/*",
        "package.json",
        "!**/*.tsbuildinfo"
    ],
    "scripts": {
        "build": "tsc -p tsconfig.build.json",
        "check-types": "tsc --noEmit -p ./tsconfig.json",
        "clean": "rm -rf dist/",
        "format": "prettier --check \"{src,test}/**/*.{js,ts,json}\"",
        "format:fix": "prettier --write \"{src,test}/**/*.{js,ts,json}\"",
        "lint": "eslint \"{src,test}/**/*.{js,ts,json}\"",
        "lint:fix": "pnpm lint --fix",
        "test": "vitest run --config vitest.config.ts --passWithNoTests",
        "test:cov": "vitest run --config vitest.config.ts --coverage"
    },
    "dependencies": {
        "bech32": "2.0.0",
        "bs58": "6.0.0",
        "zod": "4.4.3"
    },
    "devDependencies": {
        "@types/node": "22.13.14",
        "typescript": "5.9.3",
        "viem": "2.48.8"
    },
    "peerDependencies": {
        "viem": "^2.35.0"
    }
}
