UNPKG

@xchainjs/xchain-binance

Version:

Custom Binance client and utilities used by XChainJS clients

51 lines 1.38 kB
{ "name": "@xchainjs/xchain-binance", "version": "7.0.1", "description": "Custom Binance client and utilities used by XChainJS clients", "keywords": [ "BNB", "Binance", "XChain" ], "author": "THORChain", "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 \"{src,__tests__}/**/*.ts\" --fix --max-warnings 0" }, "dependencies": { "@binance-chain/javascript-sdk": "^4.2.0", "@xchainjs/xchain-client": "2.0.1", "@xchainjs/xchain-util": "2.0.0", "axios": "1.8.4", "big.js": "6.2.1", "bip39": "^3.1.0" }, "devDependencies": { "@types/big.js": "^6.1.6", "nock": "13.0.5" }, "publishConfig": { "access": "public", "directory": "release/package" } }