UNPKG

@moonbeam-network/xcm-sdk

Version:

The Moonbeam XCM SDK enables developers to easily deposit and withdraw assets to Moonbeam/Moonriver from the relay chain and other parachains in the Polkadot/Kusama ecosystem

62 lines 1.68 kB
{ "name": "@moonbeam-network/xcm-sdk", "version": "4.1.17", "description": "The Moonbeam XCM SDK enables developers to easily deposit and withdraw assets to Moonbeam/Moonriver from the relay chain and other parachains in the Polkadot/Kusama ecosystem", "author": "moonbeam-foundation", "license": "MIT", "repository": { "directory": "packages/sdk", "type": "git", "url": "git+https://github.com/moonbeam-foundation/xcm-sdk.git" }, "keywords": [ "moonbeam", "moonriver", "xcm", "polkadot", "sdk", "substrate", "cross-chain" ], "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-builder": "4.3.1", "@moonbeam-network/xcm-config": "4.5.3", "@moonbeam-network/xcm-types": "4.2.4", "@moonbeam-network/xcm-utils": "4.1.4" }, "peerDependencies": { "@polkadot/api": "16.5.2", "@polkadot/api-augment": "16.5.2", "@polkadot/types": "16.5.2", "@polkadot/util": "13.5.9", "viem": "^2.40.2" }, "devDependencies": { "@types/big.js": "^6.2.2" }, "scripts": { "build": "tsup", "dev": "tsup --watch", "link": "pnpm ln --global", "typecheck": "tsc --noEmit", "test:acc": "vitest --run --testTimeout 300000 ./tests/acceptance" } }