@moonbeam-network/xcm-config
Version:
All necessary configuration to transfer assets from Moonbeam, Moonriver, Moonbase to other parachains and back
51 lines • 1.36 kB
JSON
{
"name": "@moonbeam-network/xcm-config",
"version": "3.1.2",
"description": "All necessary configuration to transfer assets from Moonbeam, Moonriver, Moonbase to other parachains and back",
"repository": {
"directory": "packages/config",
"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": {
"@moonbeam-network/xcm-builder": "3.2.2",
"@moonbeam-network/xcm-types": "3.1.2",
"@moonbeam-network/xcm-utils": "3.1.2"
},
"peerDependencies": {
"@polkadot/types": "15.9.2",
"@polkadot/util": "13.4.4",
"@polkadot/util-crypto": "13.4.4"
},
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"link": "pnpm ln --global",
"typecheck": "tsc --noEmit",
"test": "vitest --run",
"test:watch": "vitest",
"test:update": "vitest -u"
}
}