@atomiqlabs/sdk
Version:
atomiq labs SDK for cross-chain swaps between smart chains and bitcoin
33 lines (32 loc) • 703 B
JSON
{
"name": "@atomiqlabs/sdk",
"version": "7.0.8",
"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"
},
"files": [
"/dist",
"/src"
],
"keywords": [
"Bitcoin",
"Cross-chain",
"Cryptocurrency",
"Bridge",
"Trustless"
],
"author": "adambor",
"license": "ISC",
"dependencies": {
"@atomiqlabs/base": "^12.0.1",
"@atomiqlabs/messenger-nostr": "^1.0.1",
"@atomiqlabs/sdk-lib": "^16.2.1"
},
"devDependencies": {
"@types/node": "22.13.5",
"typescript": "4.9.5"
}
}