@moonbeam-network/xcm-builder
Version:
Moonbeam XCM builder
56 lines • 1.44 kB
JSON
{
"name": "@moonbeam-network/xcm-builder",
"version": "3.3.4",
"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": "3.2.4",
"@moonbeam-network/xcm-utils": "3.1.6"
},
"peerDependencies": {
"@polkadot/api": "16.2.2",
"@polkadot/api-augment": "16.2.2",
"@polkadot/types": "16.2.2",
"@polkadot/util": "13.5.2",
"@polkadot/util-crypto": "13.5.2",
"@wormhole-foundation/sdk-connect": "^2.1.0",
"@wormhole-foundation/sdk-evm": "^2.1.0",
"viem": "^2.31.3"
},
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"link": "pnpm ln --global",
"typecheck": "tsc --noEmit",
"test": "vitest --run",
"test:watch": "vitest",
"test:update": "vitest -u"
}
}