thorchain.js
Version:
Thorchain.js is a libary that lets you interact with mutiple blockchains perform swaps, etc
39 lines (38 loc) • 988 B
JSON
{
"name": "thorchain.js",
"version": "0.0.19",
"description": "Thorchain.js is a libary that lets you interact with mutiple blockchains perform swaps, etc",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"repository": {
"url": "git+https://github.com/ducksquaddd/thorchain.js.git"
},
"keywords": [
"thorchain",
"thorchain.js",
"thorswap",
"multichain",
"bitcoin"
],
"author": "ducksquaddd",
"license": "ISC",
"bugs": {
"url": "https://github.com/ducksquaddd/thorchain.js/issues"
},
"homepage": "https://github.com/ducksquaddd/thorchain.js",
"files": [
"lib"
],
"devDependencies": {
"@types/node": "^17.0.42"
},
"dependencies": {
"@xchainjs/xchain-bitcoin": "^0.18.4",
"@xchainjs/xchain-client": "^0.11.3",
"@xchainjs/xchain-thorchain": "^0.25.3",
"@xchainjs/xchain-util": "^0.7.1"
}
}