@xchainjs/xchain-bsc
Version:
Binance Smart Chain EVM client for XChainJS
47 lines • 1.39 kB
JSON
{
"name": "@xchainjs/xchain-bsc",
"version": "2.0.12",
"description": "Binance Smart Chain EVM client for XChainJS",
"keywords": [
"XChain",
"Ethereum Virtual Machine"
],
"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 --passWithNoTests",
"e2e": "jest --config jest.config.e2e.mjs",
"lint": "eslint \"{src,__tests__, __mocks__}/**/*.ts\" --fix --max-warnings 0"
},
"publishConfig": {
"access": "public",
"directory": "release/package"
},
"dependencies": {
"@ledgerhq/hw-transport": "^6.31.6",
"@xchainjs/xchain-client": "2.0.8",
"@xchainjs/xchain-evm": "2.0.11",
"@xchainjs/xchain-evm-providers": "2.0.10",
"@xchainjs/xchain-util": "2.0.4",
"bignumber.js": "^9.0.0",
"ethers": "^6.14.3"
}
}