bip-199
Version:
BIP-199 helpers for Bitcoin HTLC and atomic swaps
27 lines (26 loc) • 530 B
JSON
{
"name": "bip-199",
"version": "1.0.17",
"description": "BIP-199 helpers for Bitcoin HTLC and atomic swaps",
"main": "htlc.js",
"scripts": {},
"keywords": [
"bitcoin",
"htlc",
"atomic swap"
],
"author": "Kedar Iyer",
"license": "ISC",
"dependencies": {
"bitcoinjs-lib": "^6.1.6",
"ecpair": "^2.1.0",
"tiny-secp256k1": "^2.2.3"
},
"repository": {
"type": "git",
"url": "https://github.com/k26dr/bitcoin-htlc.git"
},
"devDependencies": {
"commander": "^12.1.0"
}
}