{
  "name": "@moonbeam-network/xcm-builder",
  "version": "4.5.6",
  "description": "Moonbeam XCM builder",
  "repository": {
    "directory": "packages/builder",
    "type": "git",
    "url": "git+https://github.com/moonbeam-foundation/xcm-sdk.git"
  },
  "keywords": [
    "moonbeam",
    "moonriver",
    "xcm"
  ],
  "author": "moonbeam-foundation",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/moonbeam-foundation/xcm-sdk/issues"
  },
  "homepage": "https://moonbeam-foundation.github.io/xcm-sdk/latest",
  "files": [
    "build"
  ],
  "type": "module",
  "exports": {
    ".": {
      "import": "./build/index.mjs",
      "types": "./build/index.d.ts",
      "default": "./build/index.mjs"
    }
  },
  "types": "./build/index.d.ts",
  "main": "./build/index.mjs",
  "dependencies": {
    "big.js": "^7.0.1",
    "@moonbeam-network/xcm-types": "4.3.13",
    "@moonbeam-network/xcm-utils": "4.2.7"
  },
  "peerDependencies": {
    "@polkadot/api": "^16.5.6",
    "@polkadot/api-augment": "^16.5.6",
    "@polkadot/types": "^16.5.6",
    "@polkadot/util": "^14.0.3",
    "@polkadot/util-crypto": "^14.0.3",
    "@wormhole-foundation/sdk-connect": "^4.20.0",
    "@wormhole-foundation/sdk-evm": "^4.20.0",
    "viem": "^2.47.6"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "link": "pnpm ln --global",
    "typecheck": "tsc --noEmit",
    "test": "vitest --run",
    "test:watch": "vitest",
    "test:update": "vitest -u"
  }
}