@thorwallet/xchain-litecoin
Version:
Custom Litecoin client and utilities used by XChainJS clients
63 lines (62 loc) • 1.67 kB
JSON
{
"name": "@thorwallet/xchain-litecoin",
"version": "0.1.1-lazy.0",
"description": "Custom Litecoin client and utilities used by XChainJS clients",
"keywords": [
"XChain",
"Litecoin"
],
"author": "XChainJS",
"homepage": "https://github.com/xchainjs/xchainjs-lib",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git@github.com:xchainjs/xchainjs-lib.git"
},
"scripts": {
"clean": "rimraf lib/**",
"build": "tsc",
"test": "jest",
"lint": "eslint \"{src,__tests__}/**/*.ts\" --fix --max-warnings 0",
"prepublishOnly": "yarn build",
"postversion": "git push --follow-tags"
},
"devDependencies": {
"@thorwallet/xchain-client": "^0.1.1-lazy.0",
"@thorwallet/xchain-crypto": "^0.1.1-lazy.0",
"@thorwallet/xchain-util": "^0.1.1-lazy.0",
"@types/bitcoinjs-lib": "^5.0.0",
"@types/wif": "^2.0.1"
},
"dependencies": {
"axios": "^0.21.0",
"axios-mock-adapter": "^1.19.0",
"bitcoinjs-lib": "^5.2.0",
"coininfo": "^5.1.0",
"coinselect": "3.1.12",
"wif": "^2.0.6"
},
"peerDependencies": {
"@thorwallet/xchain-client": "0.0.1-alpha.869+49db531",
"@thorwallet/xchain-crypto": "0.0.1-alpha.869+49db531",
"@thorwallet/xchain-util": "0.0.1-alpha.869+49db531",
"axios": "^0.21.0",
"bitcoinjs-lib": "^5.2.0",
"coininfo": "^5.1.0",
"coinselect": "3.1.12",
"wif": "^2.0.6"
},
"publishConfig": {
"access": "public"
},
"gitHead": "0dc4d61a742de600168a09b1c3ca521c590a9432"
}