UNPKG

@moonbeam-network/xcm-builder

Version:
56 lines 1.45 kB
{ "name": "@moonbeam-network/xcm-builder", "version": "3.2.2", "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": "^6.2.1", "@moonbeam-network/xcm-types": "3.1.2", "@moonbeam-network/xcm-utils": "3.1.2" }, "peerDependencies": { "@polkadot/api": "15.9.2", "@polkadot/api-augment": "15.9.2", "@polkadot/types": "15.9.2", "@polkadot/util": "13.4.4", "@polkadot/util-crypto": "13.4.4", "@wormhole-foundation/sdk-connect": "^1.15.0", "@wormhole-foundation/sdk-evm": "^1.15.0", "viem": "^2.27.0" }, "scripts": { "build": "tsup", "dev": "tsup --watch", "link": "pnpm ln --global", "typecheck": "tsc --noEmit", "test": "vitest --run", "test:watch": "vitest", "test:update": "vitest -u" } }