@xchainjs/xchain-utxo
Version:
Genereic UTXO client for XChainJS
41 lines • 1.14 kB
JSON
{
"name": "@xchainjs/xchain-utxo",
"version": "1.0.10",
"description": "Genereic UTXO client for XChainJS",
"keywords": [
"XChain",
"UTXO"
],
"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\"",
"lint": "eslint \"{src,__tests__, __mocks__}/**/*.ts\" --fix --max-warnings 0"
},
"publishConfig": {
"access": "public",
"directory": "release/package"
},
"dependencies": {
"@xchainjs/xchain-client": "1.0.10",
"@xchainjs/xchain-util": "1.0.8",
"@xchainjs/xchain-utxo-providers": "1.0.10"
}
}