{
    "name": "@shocknet/clink-sdk",
    "version": "1.7.3",
    "description": "sdk client for clink",
    "repository": {
        "type": "git",
        "url": "https://github.com/shocknet/ClinkSDK"
    },
    "main": "build/index.js",
    "scripts": {
        "clean": "rimraf build",
        "prepare": "npm run clean && tsc",
        "test": "npm run prepare && node --test test/unit/*.test.mjs",
        "start": "npm run prepare && node build/index.js",
        "test:unit": "node --test test/unit/*.test.mjs",
        "test:setup-trees": "node test/compat/setup-trees.mjs",
        "test:compat-offline": "node test/compat/setup-trees.mjs && node --test test/compat/cross-decrypt.test.mjs",
        "test:compat-relay": "node --test test/compat/relay-client.test.mjs",
        "test:wait-relay": "node test/compat/wait-for-relay.mjs"
    },
    "type": "module",
    "author": "",
    "license": "MIT",
    "keywords": [
        "nostr",
        "bitcoin",
        "micropayments",
        "lightning",
        "clink",
        "payments",
        "wallet",
        "sdk",
        "bolt12",
        "nwc",
        "nip47",
        "lnurl",
        "zaps",
        "nip57",
        "offers",
        "noffer",
        "ndebit",
        "nmanage",
        "invoice",
        "nip19",
        "nip44"
    ],
    "dependencies": {
        "@noble/hashes": "^1.8.0",
        "@scure/base": "^1.2.5",
        "nostr-tools": "2.15.1"
    },
    "devDependencies": {
        "@types/node": "^22.15.2",
        "rimraf": "^6.1.3",
        "typescript": "^5.9.3"
    }
}
