@atomiqlabs/sdk
Version:
atomiq labs SDK for cross-chain swaps between smart chains and bitcoin
32 lines (31 loc) • 688 B
JSON
{
"name": "@atomiqlabs/sdk",
"version": "3.0.4",
"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": "^8.0.1",
"@atomiqlabs/sdk-lib": "^12.0.8"
},
"devDependencies": {
"@types/node": "22.13.5",
"typescript": "4.9.5"
}
}