@xchainjs/xchain-radix
Version:
Custom Radix client and utilities used by XChainJS clients
50 lines • 1.46 kB
JSON
{
"name": "@xchainjs/xchain-radix",
"version": "2.0.14",
"description": "Custom Radix client and utilities used by XChainJS clients",
"keywords": [
"XRD",
"Radix",
"XChain"
],
"author": "RadixDLT",
"homepage": "https://github.com/xchainjs/xchainjs-lib",
"license": "MIT",
"main": "lib/index.js",
"module": "lib/index.esm.js",
"typings": "lib/index.d.ts",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git@github.com:xchainjs/xchainjs-lib.git"
},
"scripts": {
"clean": "rm -rf .turbo && rm -rf lib",
"build": "yarn clean && rollup -c --bundleConfigAsCjs",
"build:release": "yarn exec rm -rf release && yarn pack && yarn exec \"mkdir release && tar zxvf package.tgz --directory release && rm package.tgz\"",
"test": "jest",
"compile": "tsc -p tsconfig.build.json",
"lint": "eslint --config ../../eslint.config.mjs \"{src,__tests__}/**/*.ts\" --fix --max-warnings 0",
"fund": "ts-node src/utils.ts"
},
"publishConfig": {
"access": "public",
"directory": "release/package"
},
"dependencies": {
"@radixdlt/radix-engine-toolkit": "^1.0.3",
"@scure/base": "^1.2.6",
"@scure/bip32": "^1.7.0",
"@xchainjs/xchain-client": "2.0.13",
"@xchainjs/xchain-crypto": "1.0.6",
"@xchainjs/xchain-util": "2.0.7",
"bip39": "^3.1.0",
"micro-key-producer": "^0.7.6"
}
}