{
  "name": "@atomiqlabs/sdk-lib",
  "version": "16.2.14",
  "description": "Basic SDK functionality library for atomiq",
  "main": "./dist/index.js",
  "types:": "./dist/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "files": [
    "/dist",
    "/src"
  ],
  "keywords": [
    "Solana",
    "Bitcoin",
    "Cross-chain",
    "Cryptocurrency",
    "Bridge",
    "Trustless"
  ],
  "author": "adambor",
  "license": "ISC",
  "dependencies": {
    "@atomiqlabs/base": "^12.0.4",
    "@atomiqlabs/bolt11": "1.6.1",
    "@noble/ciphers": "^1.2.1",
    "@noble/hashes": "^1.7.1",
    "@scure/base": "^1.2.4",
    "@scure/btc-signer": "^1.6.0",
    "buffer": "6.0.3",
    "events": "3.3.0"
  },
  "devDependencies": {
    "@types/events": "3.0.3",
    "@types/node": "22.9.3",
    "typescript": "4.9.5"
  }
}
