@atomiqlabs/sdk
Version:
atomiq labs SDK for cross-chain swaps between smart chains and bitcoin
47 lines (46 loc) • 1.22 kB
JSON
{
"name": "@atomiqlabs/sdk",
"version": "8.9.5",
"description": "atomiq labs SDK for cross-chain swaps between smart chains and bitcoin",
"main": "./dist/index.js",
"types:": "./dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx -y -p typescript@4.9 tsc",
"build:ts4": "npx -y -p typescript@4.9 tsc --noEmit",
"build:ts5": "npx -y -p typescript@5.9 tsc --noEmit"
},
"files": [
"/dist",
"/src",
"/api"
],
"keywords": [
"Bitcoin",
"Cross-chain",
"Cryptocurrency",
"Bridge",
"Trustless"
],
"author": "adambor",
"license": "ISC",
"dependencies": {
"@atomiqlabs/base": "^13.5.2",
"@atomiqlabs/bolt11": "1.6.1",
"@atomiqlabs/btc-mempool": "^1.0.4",
"@atomiqlabs/messenger-nostr": "^2.0.0",
"@noble/ciphers": "^1.2.1",
"@noble/curves": "^1.9.7",
"@noble/hashes": "^1.7.1",
"@scure/base": "^1.2.4",
"@scure/bip32": "^2.0.1",
"@scure/bip39": "^2.0.1",
"@scure/btc-signer": "1.7.0",
"buffer": "6.0.3",
"events": "3.3.0"
},
"devDependencies": {
"@types/node": "22.13.5",
"typescript": ">=4"
}
}