@shocknet/clink-sdk
Version:
sdk client for clink
48 lines • 1.07 kB
JSON
{
"name": "@shocknet/clink-sdk",
"version": "1.3.1",
"description": "sdk client for clink",
"main": "build/index.js",
"scripts": {
"clean": "rimraf build",
"prepack": "npm run clean && tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm run prepack && node build/index.js"
},
"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.13.0",
"rimraf": "^6.0.1",
"typescript": "^5.8.3"
},
"devDependencies": {
"@types/node": "^22.15.2"
}
}