UNPKG

@xchainjs/xchain-cosmos

Version:

Custom Cosmos client and utilities used by XChainJS clients

60 lines 1.74 kB
{ "name": "@xchainjs/xchain-cosmos", "version": "2.0.13", "description": "Custom Cosmos client and utilities used by XChainJS clients", "keywords": [ "XChain", "Cosmos" ], "author": "XChainJS", "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", "e2e": "jest --config jest.config.e2e.js", "lint": "eslint \"{src,__tests__}/**/*.ts\" --fix --max-warnings 0" }, "dependencies": { "@cosmjs/amino": "0.32.4", "@cosmjs/encoding": "0.32.4", "@cosmjs/ledger-amino": "0.32.4", "@cosmjs/proto-signing": "0.32.4", "@ledgerhq/hw-app-cosmos": "6.29.6", "@ledgerhq/hw-transport": "6.30.6", "@xchainjs/xchain-client": "1.0.10", "@xchainjs/xchain-cosmos-sdk": "1.0.12", "@xchainjs/xchain-crypto": "0.3.7", "@xchainjs/xchain-util": "1.0.8", "axios": "1.7.4", "bech32": "^1.1.3", "bignumber.js": "9.0.0", "bip32": "^2.0.6", "cosmjs-types": "0.9.0", "protobufjs": "6.11.4", "secp256k1": "5.0.1" }, "devDependencies": { "@ledgerhq/hw-transport-node-hid": "6.28.6" }, "publishConfig": { "access": "public", "directory": "release/package" } }